Adding Some Color

If you want to spice up your story with a little color you’ll need to find the hexadecimal number equivalent for the color.

The most common way to define a color is by specifying, with hexadecimal numbers, the amounts od red, green and blue that it contains. To set a color using the hex number, you must preceed the numbers with the hash symbol #. Hex numbers are not case sensitive, #ffffff is the same as #FFFFFF.

For example: color:#59007f;

Check this browser-safe colour chart to explore a hexadecimal color palette.