Color spaces of #cd9ccb
RGB | 205 | 156 | 203 |
---|---|---|---|
HSL | 0.84 | 0.33 | 0.71 |
HSV | 302° | 24° | 80° |
CMYK | 0.00 | 0.24 | 0.01 0.20 |
XYZ | 47.8448 | 41.0679 | 61.9051 |
Yxy | 41.0679 | 0.3172 | 0.2723 |
Hunter Lab | 64.0842 | 21.1193 | -12.4149 |
CIE-Lab | 70.2235 | 26.0897 | -17.0247 |
#cd9ccb color RGB value is (205,156,203).
#cd9ccb hex color red value is 205, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cd9ccb hue: 0.84 , saturation: 0.33 and the lightness value of cd9ccb is 0.71.
The process color (four color CMYK) of #cd9ccb color hex is 0.00, 0.24, 0.01, 0.20. Web safe color of #cd9ccb is #cc99cc. Color #cd9ccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10011100 | 11001011 |
Octal | 315 | 234 | 313 |
Decimal | 205 | 156 | 203 |
Hex | CD | 9C | CB |
Shades of #cd9ccb
Tints of #cd9ccb
RGB Percentages of Color #cd9ccb
CMYK Percentages of Color #cd9ccb
Complementary Color
#cd9ccb | #9ccd9e |
#cd9ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd9ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd9ccb Color CSS Codes
.mybgcolor {background-color:#cd9ccb; } .myforecolor {color:#cd9ccb; } .mybordercolor {border:3px solid #cd9ccb; }
#cd9ccb Text Font Color
<p style="color:#cd9ccb">Text here</p>
This sample text font color is #cd9ccb
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.
#cd9ccb Background Color
<div style="background-color:#cd9ccb">
Div content here</div>
This div background color is #cd9ccb
#cd9ccb Border Color
<div style="border:3px solid #cd9ccb">
Div here</div>
This div border color is #cd9ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,156,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd9ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd9ccb; -webkit-box-shadow: 1px 1px 3px 2px #cd9ccb; box-shadow: 1px 1px 3px 2px #cd9ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,156,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd9ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd9ccb; -webkit-box-shadow: 1px 1px 3px 2px #cd9ccb; box-shadow: 1px 1px 3px 2px #cd9ccb;">
Div content here</div>
This div box has shadow with color #cd9ccb
Comments
No comments written yet.
Please login to write comment.