Color spaces of #cfb9db
RGB | 207 | 185 | 219 |
---|---|---|---|
HSL | 0.77 | 0.32 | 0.79 |
HSV | 279° | 16° | 86° |
CMYK | 0.05 | 0.16 | 0.00 0.14 |
XYZ | 55.8673 | 53.0778 | 74.3183 |
Yxy | 53.0778 | 0.3048 | 0.2896 |
Hunter Lab | 72.8545 | 9.3844 | -9.4831 |
CIE-Lab | 77.9209 | 14.0036 | -14.1603 |
#cfb9db color RGB value is (207,185,219).
#cfb9db hex color red value is 207, green value is 185 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cfb9db hue: 0.77 , saturation: 0.32 and the lightness value of cfb9db is 0.79.
The process color (four color CMYK) of #cfb9db color hex is 0.05, 0.16, 0.00, 0.14. Web safe color of #cfb9db is #cccccc. Color #cfb9db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111001 | 11011011 |
Octal | 317 | 271 | 333 |
Decimal | 207 | 185 | 219 |
Hex | CF | B9 | DB |
Shades of #cfb9db
Tints of #cfb9db
RGB Percentages of Color #cfb9db
CMYK Percentages of Color #cfb9db
Complementary Color
#cfb9db | #c5dbb9 |
#cfb9db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb9db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb9db Color CSS Codes
.mybgcolor {background-color:#cfb9db; } .myforecolor {color:#cfb9db; } .mybordercolor {border:3px solid #cfb9db; }
#cfb9db Text Font Color
<p style="color:#cfb9db">Text here</p>
This sample text font color is #cfb9db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cfb9db Background Color
<div style="background-color:#cfb9db">
Div content here</div>
This div background color is #cfb9db
#cfb9db Border Color
<div style="border:3px solid #cfb9db">
Div here</div>
This div border color is #cfb9db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,185,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb9db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb9db; -webkit-box-shadow: 1px 1px 3px 2px #cfb9db; box-shadow: 1px 1px 3px 2px #cfb9db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,185,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb9db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb9db; -webkit-box-shadow: 1px 1px 3px 2px #cfb9db; box-shadow: 1px 1px 3px 2px #cfb9db;">
Div content here</div>
This div box has shadow with color #cfb9db
Comments
No comments written yet.
Please login to write comment.