Color spaces of #cd96bd
RGB | 205 | 150 | 189 |
---|---|---|---|
HSL | 0.88 | 0.35 | 0.70 |
HSV | 317° | 27° | 80° |
CMYK | 0.00 | 0.27 | 0.08 0.20 |
XYZ | 45.2685 | 38.4660 | 53.1829 |
Yxy | 38.4660 | 0.3306 | 0.2809 |
Hunter Lab | 62.0210 | 21.7487 | -7.4264 |
CIE-Lab | 68.3627 | 26.8392 | -12.0544 |
#cd96bd color RGB value is (205,150,189).
#cd96bd hex color red value is 205, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cd96bd hue: 0.88 , saturation: 0.35 and the lightness value of cd96bd is 0.70.
The process color (four color CMYK) of #cd96bd color hex is 0.00, 0.27, 0.08, 0.20. Web safe color of #cd96bd is #cc99cc. Color #cd96bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010110 | 10111101 |
Octal | 315 | 226 | 275 |
Decimal | 205 | 150 | 189 |
Hex | CD | 96 | BD |
Shades of #cd96bd
Tints of #cd96bd
RGB Percentages of Color #cd96bd
CMYK Percentages of Color #cd96bd
Complementary Color
#cd96bd | #96cda6 |
#cd96bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd96bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd96bd Color CSS Codes
.mybgcolor {background-color:#cd96bd; } .myforecolor {color:#cd96bd; } .mybordercolor {border:3px solid #cd96bd; }
#cd96bd Text Font Color
<p style="color:#cd96bd">Text here</p>
This sample text font color is #cd96bd
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.
#cd96bd Background Color
<div style="background-color:#cd96bd">
Div content here</div>
This div background color is #cd96bd
#cd96bd Border Color
<div style="border:3px solid #cd96bd">
Div here</div>
This div border color is #cd96bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,150,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd96bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd96bd; -webkit-box-shadow: 1px 1px 3px 2px #cd96bd; box-shadow: 1px 1px 3px 2px #cd96bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,150,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd96bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd96bd; -webkit-box-shadow: 1px 1px 3px 2px #cd96bd; box-shadow: 1px 1px 3px 2px #cd96bd;">
Div content here</div>
This div box has shadow with color #cd96bd
Comments
No comments written yet.
Please login to write comment.