RGB | 136 | 60 | 123 | |
HSL | 0.86 | 0.39 | 0.38 | |
HSV | 310° | 56° | 53° | |
CYMK | 0 | 0.5588 | 0.0956 | 119 |
XYZ | 15.3444 | 9.896 | 19.8403 |
This color is called Plum. It has 136 red, 60 green, and 123 blue. This color is not particularly light nor dark.
.text-883c7b { color: #883c7b }
This is some text in the color #883c7b
.bg-883c7b { background-color: #883c7b }
.border-883c7b { border: 3px solid #883c7b; }
This is some text in a box with a border of the color #883c7b
.text-shadow-883c7b { text-shadow: 4px 4px 2px #883c7b; }
This is some text with text shadow color #883c7b
.box-shadow-883c7b { -moz-box-shadow: 1px 1px 3px 2px #883c7b; -webkit-box-shadow: 1px 1px 3px 2px #883c7b; box-shadow: 1px 1px 3px 2px #883c7b; }
This is some text in a box with a box shadow of the color #883c7b