Color spaces of #c3bddb
RGB | 195 | 189 | 219 |
---|---|---|---|
HSL | 0.70 | 0.29 | 0.80 |
HSV | 252° | 14° | 86° |
CMYK | 0.11 | 0.14 | 0.00 0.14 |
XYZ | 53.4895 | 53.1118 | 74.4502 |
Yxy | 53.1118 | 0.2954 | 0.2934 |
Hunter Lab | 72.8778 | 3.4758 | -9.5547 |
CIE-Lab | 77.9410 | 7.8887 | -14.2299 |
#c3bddb color RGB value is (195,189,219).
#c3bddb hex color red value is 195, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3bddb hue: 0.70 , saturation: 0.29 and the lightness value of c3bddb is 0.80.
The process color (four color CMYK) of #c3bddb color hex is 0.11, 0.14, 0.00, 0.14. Web safe color of #c3bddb is #cccccc. Color #c3bddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10111101 | 11011011 |
Octal | 303 | 275 | 333 |
Decimal | 195 | 189 | 219 |
Hex | C3 | BD | DB |
Shades of #c3bddb
Tints of #c3bddb
RGB Percentages of Color #c3bddb
CMYK Percentages of Color #c3bddb
Complementary Color
#c3bddb | #d5dbbd |
#c3bddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3bddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3bddb Color CSS Codes
.mybgcolor {background-color:#c3bddb; } .myforecolor {color:#c3bddb; } .mybordercolor {border:3px solid #c3bddb; }
#c3bddb Text Font Color
<p style="color:#c3bddb">Text here</p>
This sample text font color is #c3bddb
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.
#c3bddb Background Color
<div style="background-color:#c3bddb">
Div content here</div>
This div background color is #c3bddb
#c3bddb Border Color
<div style="border:3px solid #c3bddb">
Div here</div>
This div border color is #c3bddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,189,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3bddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3bddb; -webkit-box-shadow: 1px 1px 3px 2px #c3bddb; box-shadow: 1px 1px 3px 2px #c3bddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,189,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 #c3bddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3bddb; -webkit-box-shadow: 1px 1px 3px 2px #c3bddb; box-shadow: 1px 1px 3px 2px #c3bddb;">
Div content here</div>
This div box has shadow with color #c3bddb
Comments
No comments written yet.
Please login to write comment.