Color spaces of #da24db
RGB | 218 | 36 | 219 |
---|---|---|---|
HSL | 0.83 | 0.72 | 0.50 |
HSV | 300° | 84° | 86° |
CMYK | 0.00 | 0.84 | 0.00 0.14 |
XYZ | 42.3305 | 21.2817 | 68.8945 |
Yxy | 21.2817 | 0.3195 | 0.1606 |
Hunter Lab | 46.1321 | 83.0592 | -56.2523 |
CIE-Lab | 53.2564 | 83.3153 | -52.2928 |
#da24db color RGB value is (218,36,219).
#da24db hex color red value is 218, green value is 36 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da24db hue: 0.83 , saturation: 0.72 and the lightness value of da24db is 0.50.
The process color (four color CMYK) of #da24db color hex is 0.00, 0.84, 0.00, 0.14. Web safe color of #da24db is #cc33cc. Color #da24db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00100100 | 11011011 |
Octal | 332 | 44 | 333 |
Decimal | 218 | 36 | 219 |
Hex | DA | 24 | DB |
Shades of #da24db
Tints of #da24db
RGB Percentages of Color #da24db
CMYK Percentages of Color #da24db
Complementary Color
#da24db | #25db24 |
#da24db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da24db Color Preview on White Background
Lorem ipsum dolor sit amet.
#da24db Color CSS Codes
.mybgcolor {background-color:#da24db; } .myforecolor {color:#da24db; } .mybordercolor {border:3px solid #da24db; }
#da24db Text Font Color
<p style="color:#da24db">Text here</p>
This sample text font color is #da24db
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.
#da24db Background Color
<div style="background-color:#da24db">
Div content here</div>
This div background color is #da24db
#da24db Border Color
<div style="border:3px solid #da24db">
Div here</div>
This div border color is #da24db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,36,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da24db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da24db; -webkit-box-shadow: 1px 1px 3px 2px #da24db; box-shadow: 1px 1px 3px 2px #da24db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,36,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 #da24db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da24db; -webkit-box-shadow: 1px 1px 3px 2px #da24db; box-shadow: 1px 1px 3px 2px #da24db;">
Div content here</div>
This div box has shadow with color #da24db
Comments
No comments written yet.
Please login to write comment.