Color spaces of #da63cd
RGB | 218 | 99 | 205 |
---|---|---|---|
HSL | 0.85 | 0.62 | 0.62 |
HSV | 307° | 55° | 85° |
CMYK | 0.00 | 0.55 | 0.06 0.15 |
XYZ | 44.3947 | 28.2369 | 60.8680 |
Yxy | 28.2369 | 0.3325 | 0.2115 |
Hunter Lab | 53.1384 | 56.1364 | -30.7175 |
CIE-Lab | 60.1022 | 59.9161 | -33.5448 |
#da63cd color RGB value is (218,99,205).
#da63cd hex color red value is 218, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #da63cd hue: 0.85 , saturation: 0.62 and the lightness value of da63cd is 0.62.
The process color (four color CMYK) of #da63cd color hex is 0.00, 0.55, 0.06, 0.15. Web safe color of #da63cd is #cc66cc. Color #da63cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01100011 | 11001101 |
Octal | 332 | 143 | 315 |
Decimal | 218 | 99 | 205 |
Hex | DA | 63 | CD |
Shades of #da63cd
Tints of #da63cd
RGB Percentages of Color #da63cd
CMYK Percentages of Color #da63cd
Complementary Color
#da63cd | #63da70 |
#da63cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da63cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da63cd Color CSS Codes
.mybgcolor {background-color:#da63cd; } .myforecolor {color:#da63cd; } .mybordercolor {border:3px solid #da63cd; }
#da63cd Text Font Color
<p style="color:#da63cd">Text here</p>
This sample text font color is #da63cd
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.
#da63cd Background Color
<div style="background-color:#da63cd">
Div content here</div>
This div background color is #da63cd
#da63cd Border Color
<div style="border:3px solid #da63cd">
Div here</div>
This div border color is #da63cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,99,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da63cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da63cd; -webkit-box-shadow: 1px 1px 3px 2px #da63cd; box-shadow: 1px 1px 3px 2px #da63cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,99,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da63cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da63cd; -webkit-box-shadow: 1px 1px 3px 2px #da63cd; box-shadow: 1px 1px 3px 2px #da63cd;">
Div content here</div>
This div box has shadow with color #da63cd
Comments
No comments written yet.
Please login to write comment.