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