Color spaces of #cd5cdd
RGB | 205 | 92 | 221 |
---|---|---|---|
HSL | 0.81 | 0.65 | 0.61 |
HSV | 293° | 58° | 87° |
CMYK | 0.07 | 0.58 | 0.00 0.13 |
XYZ | 42.0551 | 25.8539 | 71.1804 |
Yxy | 25.8539 | 0.3024 | 0.1859 |
Hunter Lab | 50.8467 | 58.6548 | -47.4074 |
CIE-Lab | 57.8981 | 62.4781 | -46.1683 |
#cd5cdd color RGB value is (205,92,221).
#cd5cdd hex color red value is 205, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd5cdd hue: 0.81 , saturation: 0.65 and the lightness value of cd5cdd is 0.61.
The process color (four color CMYK) of #cd5cdd color hex is 0.07, 0.58, 0.00, 0.13. Web safe color of #cd5cdd is #cc66cc. Color #cd5cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01011100 | 11011101 |
Octal | 315 | 134 | 335 |
Decimal | 205 | 92 | 221 |
Hex | CD | 5C | DD |
Shades of #cd5cdd
Tints of #cd5cdd
RGB Percentages of Color #cd5cdd
CMYK Percentages of Color #cd5cdd
Complementary Color
#cd5cdd | #6cdd5c |
#cd5cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd5cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd5cdd Color CSS Codes
.mybgcolor {background-color:#cd5cdd; } .myforecolor {color:#cd5cdd; } .mybordercolor {border:3px solid #cd5cdd; }
#cd5cdd Text Font Color
<p style="color:#cd5cdd">Text here</p>
This sample text font color is #cd5cdd
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.
#cd5cdd Background Color
<div style="background-color:#cd5cdd">
Div content here</div>
This div background color is #cd5cdd
#cd5cdd Border Color
<div style="border:3px solid #cd5cdd">
Div here</div>
This div border color is #cd5cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,92,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd5cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd5cdd; -webkit-box-shadow: 1px 1px 3px 2px #cd5cdd; box-shadow: 1px 1px 3px 2px #cd5cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,92,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd5cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5cdd; -webkit-box-shadow: 1px 1px 3px 2px #cd5cdd; box-shadow: 1px 1px 3px 2px #cd5cdd;">
Div content here</div>
This div box has shadow with color #cd5cdd
Comments
No comments written yet.
Please login to write comment.