RGB | 185 | 0 | 79 | |
HSL | 0.93 | 1 | 0.36 | |
HSV | 334° | 100° | 73° | |
CYMK | 0 | 1 | 0.573 | 70 |
XYZ | 21.4189 | 10.8788 | 8.3681 |
This color is called Lipstick. It has 185 red, 0 green, and 79 blue. This color is not particularly light nor dark.
.text-b9004f { color: #b9004f }
This is some text in the color #b9004f
.bg-b9004f { background-color: #b9004f }
.border-b9004f { border: 3px solid #b9004f; }
This is some text in a box with a border of the color #b9004f
.text-shadow-b9004f { text-shadow: 4px 4px 2px #b9004f; }
This is some text with text shadow color #b9004f
.box-shadow-b9004f { -moz-box-shadow: 1px 1px 3px 2px #b9004f; -webkit-box-shadow: 1px 1px 3px 2px #b9004f; box-shadow: 1px 1px 3px 2px #b9004f; }
This is some text in a box with a box shadow of the color #b9004f