Color spaces of #da20aa
RGB | 218 | 32 | 170 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.49 |
HSV | 315° | 85° | 85° |
CMYK | 0.00 | 0.85 | 0.22 0.15 |
XYZ | 36.6857 | 18.8407 | 39.7333 |
Yxy | 18.8407 | 0.3851 | 0.1978 |
Hunter Lab | 43.4059 | 74.9040 | -23.8894 |
CIE-Lab | 50.5003 | 77.4066 | -28.2649 |
#da20aa color RGB value is (218,32,170).
#da20aa hex color red value is 218, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da20aa hue: 0.88 , saturation: 0.74 and the lightness value of da20aa is 0.49.
The process color (four color CMYK) of #da20aa color hex is 0.00, 0.85, 0.22, 0.15. Web safe color of #da20aa is #cc3399. Color #da20aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00100000 | 10101010 |
Octal | 332 | 40 | 252 |
Decimal | 218 | 32 | 170 |
Hex | DA | 20 | AA |
Shades of #da20aa
Tints of #da20aa
RGB Percentages of Color #da20aa
CMYK Percentages of Color #da20aa
Complementary Color
#da20aa | #20da50 |
#da20aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da20aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#da20aa Color CSS Codes
.mybgcolor {background-color:#da20aa; } .myforecolor {color:#da20aa; } .mybordercolor {border:3px solid #da20aa; }
#da20aa Text Font Color
<p style="color:#da20aa">Text here</p>
This sample text font color is #da20aa
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.
#da20aa Background Color
<div style="background-color:#da20aa">
Div content here</div>
This div background color is #da20aa
#da20aa Border Color
<div style="border:3px solid #da20aa">
Div here</div>
This div border color is #da20aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,32,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da20aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da20aa; -webkit-box-shadow: 1px 1px 3px 2px #da20aa; box-shadow: 1px 1px 3px 2px #da20aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,32,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da20aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da20aa; -webkit-box-shadow: 1px 1px 3px 2px #da20aa; box-shadow: 1px 1px 3px 2px #da20aa;">
Div content here</div>
This div box has shadow with color #da20aa
Comments
No comments written yet.
Please login to write comment.