Color spaces of #cd9cec
RGB | 205 | 156 | 236 |
---|---|---|---|
HSL | 0.77 | 0.68 | 0.77 |
HSV | 277° | 34° | 93° |
CMYK | 0.13 | 0.34 | 0.00 0.07 |
XYZ | 52.2056 | 42.8122 | 84.8689 |
Yxy | 42.8122 | 0.2902 | 0.2380 |
Hunter Lab | 65.4310 | 27.9159 | -31.1018 |
CIE-Lab | 71.4273 | 32.6351 | -33.3233 |
#cd9cec color RGB value is (205,156,236).
#cd9cec hex color red value is 205, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cd9cec hue: 0.77 , saturation: 0.68 and the lightness value of cd9cec is 0.77.
The process color (four color CMYK) of #cd9cec color hex is 0.13, 0.34, 0.00, 0.07. Web safe color of #cd9cec is #cc99ff. Color #cd9cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10011100 | 11101100 |
Octal | 315 | 234 | 354 |
Decimal | 205 | 156 | 236 |
Hex | CD | 9C | EC |
Shades of #cd9cec
Tints of #cd9cec
RGB Percentages of Color #cd9cec
CMYK Percentages of Color #cd9cec
Complementary Color
#cd9cec | #bbec9c |
#cd9cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd9cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd9cec Color CSS Codes
.mybgcolor {background-color:#cd9cec; } .myforecolor {color:#cd9cec; } .mybordercolor {border:3px solid #cd9cec; }
#cd9cec Text Font Color
<p style="color:#cd9cec">Text here</p>
This sample text font color is #cd9cec
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.
#cd9cec Background Color
<div style="background-color:#cd9cec">
Div content here</div>
This div background color is #cd9cec
#cd9cec Border Color
<div style="border:3px solid #cd9cec">
Div here</div>
This div border color is #cd9cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,156,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd9cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd9cec; -webkit-box-shadow: 1px 1px 3px 2px #cd9cec; box-shadow: 1px 1px 3px 2px #cd9cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,156,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd9cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd9cec; -webkit-box-shadow: 1px 1px 3px 2px #cd9cec; box-shadow: 1px 1px 3px 2px #cd9cec;">
Div content here</div>
This div box has shadow with color #cd9cec
Comments
No comments written yet.
Please login to write comment.