Color spaces of #cd9ada
RGB | 205 | 154 | 218 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.73 |
HSV | 288° | 29° | 85° |
CMYK | 0.06 | 0.29 | 0.00 0.15 |
XYZ | 49.3873 | 41.1523 | 71.6699 |
Yxy | 41.1523 | 0.3045 | 0.2537 |
Hunter Lab | 64.1501 | 25.1595 | -21.3351 |
CIE-Lab | 70.2825 | 30.0645 | -25.2129 |
#cd9ada color RGB value is (205,154,218).
#cd9ada hex color red value is 205, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd9ada hue: 0.80 , saturation: 0.46 and the lightness value of cd9ada is 0.73.
The process color (four color CMYK) of #cd9ada color hex is 0.06, 0.29, 0.00, 0.15. Web safe color of #cd9ada is #cc99cc. Color #cd9ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10011010 | 11011010 |
Octal | 315 | 232 | 332 |
Decimal | 205 | 154 | 218 |
Hex | CD | 9A | DA |
Shades of #cd9ada
Tints of #cd9ada
RGB Percentages of Color #cd9ada
CMYK Percentages of Color #cd9ada
Complementary Color
#cd9ada | #a7da9a |
#cd9ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd9ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd9ada Color CSS Codes
.mybgcolor {background-color:#cd9ada; } .myforecolor {color:#cd9ada; } .mybordercolor {border:3px solid #cd9ada; }
#cd9ada Text Font Color
<p style="color:#cd9ada">Text here</p>
This sample text font color is #cd9ada
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.
#cd9ada Background Color
<div style="background-color:#cd9ada">
Div content here</div>
This div background color is #cd9ada
#cd9ada Border Color
<div style="border:3px solid #cd9ada">
Div here</div>
This div border color is #cd9ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,154,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd9ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd9ada; -webkit-box-shadow: 1px 1px 3px 2px #cd9ada; box-shadow: 1px 1px 3px 2px #cd9ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,154,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd9ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd9ada; -webkit-box-shadow: 1px 1px 3px 2px #cd9ada; box-shadow: 1px 1px 3px 2px #cd9ada;">
Div content here</div>
This div box has shadow with color #cd9ada
Comments
No comments written yet.
Please login to write comment.