Color spaces of #cbacdb
RGB | 203 | 172 | 219 |
---|---|---|---|
HSL | 0.78 | 0.39 | 0.77 |
HSV | 280° | 21° | 86° |
CMYK | 0.07 | 0.21 | 0.00 0.14 |
XYZ | 52.1673 | 47.3160 | 73.4012 |
Yxy | 47.3160 | 0.3017 | 0.2737 |
Hunter Lab | 68.7866 | 14.9966 | -15.1169 |
CIE-Lab | 74.3914 | 19.7586 | -19.5183 |
#cbacdb color RGB value is (203,172,219).
#cbacdb hex color red value is 203, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbacdb hue: 0.78 , saturation: 0.39 and the lightness value of cbacdb is 0.77.
The process color (four color CMYK) of #cbacdb color hex is 0.07, 0.21, 0.00, 0.14. Web safe color of #cbacdb is #cc99cc. Color #cbacdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101100 | 11011011 |
Octal | 313 | 254 | 333 |
Decimal | 203 | 172 | 219 |
Hex | CB | AC | DB |
Shades of #cbacdb
Tints of #cbacdb
RGB Percentages of Color #cbacdb
CMYK Percentages of Color #cbacdb
Complementary Color
#cbacdb | #bcdbac |
#cbacdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbacdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbacdb Color CSS Codes
.mybgcolor {background-color:#cbacdb; } .myforecolor {color:#cbacdb; } .mybordercolor {border:3px solid #cbacdb; }
#cbacdb Text Font Color
<p style="color:#cbacdb">Text here</p>
This sample text font color is #cbacdb
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.
#cbacdb Background Color
<div style="background-color:#cbacdb">
Div content here</div>
This div background color is #cbacdb
#cbacdb Border Color
<div style="border:3px solid #cbacdb">
Div here</div>
This div border color is #cbacdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbacdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbacdb; -webkit-box-shadow: 1px 1px 3px 2px #cbacdb; box-shadow: 1px 1px 3px 2px #cbacdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,172,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 #cbacdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbacdb; -webkit-box-shadow: 1px 1px 3px 2px #cbacdb; box-shadow: 1px 1px 3px 2px #cbacdb;">
Div content here</div>
This div box has shadow with color #cbacdb
Comments
No comments written yet.
Please login to write comment.