Color spaces of #cbc3db
RGB | 203 | 195 | 219 |
---|---|---|---|
HSL | 0.72 | 0.25 | 0.81 |
HSV | 260° | 11° | 86° |
CMYK | 0.07 | 0.11 | 0.00 0.14 |
XYZ | 56.9299 | 56.8412 | 74.9888 |
Yxy | 56.8412 | 0.3016 | 0.3011 |
Hunter Lab | 75.3931 | 2.8488 | -6.1969 |
CIE-Lab | 80.0902 | 7.2920 | -10.9482 |
#cbc3db color RGB value is (203,195,219).
#cbc3db hex color red value is 203, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbc3db hue: 0.72 , saturation: 0.25 and the lightness value of cbc3db is 0.81.
The process color (four color CMYK) of #cbc3db color hex is 0.07, 0.11, 0.00, 0.14. Web safe color of #cbc3db is #cccccc. Color #cbc3db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000011 | 11011011 |
Octal | 313 | 303 | 333 |
Decimal | 203 | 195 | 219 |
Hex | CB | C3 | DB |
Shades of #cbc3db
Tints of #cbc3db
RGB Percentages of Color #cbc3db
CMYK Percentages of Color #cbc3db
Complementary Color
#cbc3db | #d3dbc3 |
#cbc3db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc3db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc3db Color CSS Codes
.mybgcolor {background-color:#cbc3db; } .myforecolor {color:#cbc3db; } .mybordercolor {border:3px solid #cbc3db; }
#cbc3db Text Font Color
<p style="color:#cbc3db">Text here</p>
This sample text font color is #cbc3db
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.
#cbc3db Background Color
<div style="background-color:#cbc3db">
Div content here</div>
This div background color is #cbc3db
#cbc3db Border Color
<div style="border:3px solid #cbc3db">
Div here</div>
This div border color is #cbc3db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,195,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc3db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc3db; -webkit-box-shadow: 1px 1px 3px 2px #cbc3db; box-shadow: 1px 1px 3px 2px #cbc3db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,195,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 #cbc3db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc3db; -webkit-box-shadow: 1px 1px 3px 2px #cbc3db; box-shadow: 1px 1px 3px 2px #cbc3db;">
Div content here</div>
This div box has shadow with color #cbc3db
Comments
No comments written yet.
Please login to write comment.