Color spaces of #cd5bdd
RGB | 205 | 91 | 221 |
---|---|---|---|
HSL | 0.81 | 0.66 | 0.61 |
HSV | 293° | 59° | 87° |
CMYK | 0.07 | 0.59 | 0.00 0.13 |
XYZ | 41.9691 | 25.6818 | 71.1517 |
Yxy | 25.6818 | 0.3024 | 0.1850 |
Hunter Lab | 50.6772 | 59.1423 | -47.7702 |
CIE-Lab | 57.7338 | 62.9266 | -46.4283 |
#cd5bdd color RGB value is (205,91,221).
#cd5bdd hex color red value is 205, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd5bdd hue: 0.81 , saturation: 0.66 and the lightness value of cd5bdd is 0.61.
The process color (four color CMYK) of #cd5bdd color hex is 0.07, 0.59, 0.00, 0.13. Web safe color of #cd5bdd is #cc66cc. Color #cd5bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01011011 | 11011101 |
Octal | 315 | 133 | 335 |
Decimal | 205 | 91 | 221 |
Hex | CD | 5B | DD |
Shades of #cd5bdd
Tints of #cd5bdd
RGB Percentages of Color #cd5bdd
CMYK Percentages of Color #cd5bdd
Complementary Color
#cd5bdd | #6bdd5b |
#cd5bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd5bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd5bdd Color CSS Codes
.mybgcolor {background-color:#cd5bdd; } .myforecolor {color:#cd5bdd; } .mybordercolor {border:3px solid #cd5bdd; }
#cd5bdd Text Font Color
<p style="color:#cd5bdd">Text here</p>
This sample text font color is #cd5bdd
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.
#cd5bdd Background Color
<div style="background-color:#cd5bdd">
Div content here</div>
This div background color is #cd5bdd
#cd5bdd Border Color
<div style="border:3px solid #cd5bdd">
Div here</div>
This div border color is #cd5bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,91,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd5bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd5bdd; -webkit-box-shadow: 1px 1px 3px 2px #cd5bdd; box-shadow: 1px 1px 3px 2px #cd5bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,91,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 #cd5bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5bdd; -webkit-box-shadow: 1px 1px 3px 2px #cd5bdd; box-shadow: 1px 1px 3px 2px #cd5bdd;">
Div content here</div>
This div box has shadow with color #cd5bdd
Comments
No comments written yet.
Please login to write comment.