Color spaces of #da2ada
RGB | 218 | 42 | 218 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.51 |
HSV | 300° | 81° | 85° |
CMYK | 0.00 | 0.81 | 0.00 0.15 |
XYZ | 42.3963 | 21.6233 | 68.2688 |
Yxy | 21.6233 | 0.3205 | 0.1635 |
Hunter Lab | 46.5009 | 81.3676 | -54.4942 |
CIE-Lab | 53.6250 | 81.9243 | -51.1360 |
#da2ada color RGB value is (218,42,218).
#da2ada hex color red value is 218, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #da2ada hue: 0.83 , saturation: 0.70 and the lightness value of da2ada is 0.51.
The process color (four color CMYK) of #da2ada color hex is 0.00, 0.81, 0.00, 0.15. Web safe color of #da2ada is #cc33cc. Color #da2ada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00101010 | 11011010 |
Octal | 332 | 52 | 332 |
Decimal | 218 | 42 | 218 |
Hex | DA | 2A | DA |
Shades of #da2ada
Tints of #da2ada
RGB Percentages of Color #da2ada
CMYK Percentages of Color #da2ada
Complementary Color
#da2ada | #2ada2a |
#da2ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da2ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#da2ada Color CSS Codes
.mybgcolor {background-color:#da2ada; } .myforecolor {color:#da2ada; } .mybordercolor {border:3px solid #da2ada; }
#da2ada Text Font Color
<p style="color:#da2ada">Text here</p>
This sample text font color is #da2ada
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.
#da2ada Background Color
<div style="background-color:#da2ada">
Div content here</div>
This div background color is #da2ada
#da2ada Border Color
<div style="border:3px solid #da2ada">
Div here</div>
This div border color is #da2ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,42,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da2ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da2ada; -webkit-box-shadow: 1px 1px 3px 2px #da2ada; box-shadow: 1px 1px 3px 2px #da2ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,42,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da2ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da2ada; -webkit-box-shadow: 1px 1px 3px 2px #da2ada; box-shadow: 1px 1px 3px 2px #da2ada;">
Div content here</div>
This div box has shadow with color #da2ada
Comments
No comments written yet.
Please login to write comment.