Color spaces of #cd63db
RGB | 205 | 99 | 219 |
---|---|---|---|
HSL | 0.81 | 0.63 | 0.62 |
HSV | 293° | 55° | 86° |
CMYK | 0.06 | 0.55 | 0.00 0.14 |
XYZ | 42.4249 | 27.0173 | 69.9967 |
Yxy | 27.0173 | 0.3043 | 0.1938 |
Hunter Lab | 51.9782 | 54.7310 | -43.4585 |
CIE-Lab | 58.9903 | 58.8838 | -43.3176 |
#cd63db color RGB value is (205,99,219).
#cd63db hex color red value is 205, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd63db hue: 0.81 , saturation: 0.63 and the lightness value of cd63db is 0.62.
The process color (four color CMYK) of #cd63db color hex is 0.06, 0.55, 0.00, 0.14. Web safe color of #cd63db is #cc66cc. Color #cd63db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01100011 | 11011011 |
Octal | 315 | 143 | 333 |
Decimal | 205 | 99 | 219 |
Hex | CD | 63 | DB |
Shades of #cd63db
Tints of #cd63db
RGB Percentages of Color #cd63db
CMYK Percentages of Color #cd63db
Complementary Color
#cd63db | #71db63 |
#cd63db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd63db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd63db Color CSS Codes
.mybgcolor {background-color:#cd63db; } .myforecolor {color:#cd63db; } .mybordercolor {border:3px solid #cd63db; }
#cd63db Text Font Color
<p style="color:#cd63db">Text here</p>
This sample text font color is #cd63db
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.
#cd63db Background Color
<div style="background-color:#cd63db">
Div content here</div>
This div background color is #cd63db
#cd63db Border Color
<div style="border:3px solid #cd63db">
Div here</div>
This div border color is #cd63db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,99,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd63db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd63db; -webkit-box-shadow: 1px 1px 3px 2px #cd63db; box-shadow: 1px 1px 3px 2px #cd63db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,99,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd63db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd63db; -webkit-box-shadow: 1px 1px 3px 2px #cd63db; box-shadow: 1px 1px 3px 2px #cd63db;">
Div content here</div>
This div box has shadow with color #cd63db
Comments
No comments written yet.
Please login to write comment.