color


colorstring

Sets or gets the text color of an element.

The text color value is a string representing an rgb color in one of the following formats:

  • "red": One of 140 predefined color names.
  • "#FF0000": A hexadecimal rgb color value.
  • "rgb(255,0,0)": An rgb() function color value.

This style can be used with the following elements:

Was this helpful?
Yes
No