Color spaces of #da579f
RGB | 218 | 87 | 159 |
---|---|---|---|
HSL | 0.91 | 0.64 | 0.60 |
HSV | 327° | 60° | 85° |
CMYK | 0.00 | 0.60 | 0.27 0.15 |
XYZ | 38.5796 | 24.2250 | 35.4434 |
Yxy | 24.2250 | 0.3927 | 0.2466 |
Hunter Lab | 49.2189 | 53.7819 | -8.2425 |
CIE-Lab | 56.3124 | 58.5145 | -12.9034 |
#da579f color RGB value is (218,87,159).
#da579f hex color red value is 218, green value is 87 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da579f hue: 0.91 , saturation: 0.64 and the lightness value of da579f is 0.60.
The process color (four color CMYK) of #da579f color hex is 0.00, 0.60, 0.27, 0.15. Web safe color of #da579f is #cc6699. Color #da579f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010111 | 10011111 |
Octal | 332 | 127 | 237 |
Decimal | 218 | 87 | 159 |
Hex | DA | 57 | 9F |
Shades of #da579f
Tints of #da579f
RGB Percentages of Color #da579f
CMYK Percentages of Color #da579f
Complementary Color
#da579f | #57da92 |
#da579f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da579f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da579f Color CSS Codes
.mybgcolor {background-color:#da579f; } .myforecolor {color:#da579f; } .mybordercolor {border:3px solid #da579f; }
#da579f Text Font Color
<p style="color:#da579f">Text here</p>
This sample text font color is #da579f
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.
#da579f Background Color
<div style="background-color:#da579f">
Div content here</div>
This div background color is #da579f
#da579f Border Color
<div style="border:3px solid #da579f">
Div here</div>
This div border color is #da579f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,87,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da579f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da579f; -webkit-box-shadow: 1px 1px 3px 2px #da579f; box-shadow: 1px 1px 3px 2px #da579f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,87,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da579f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da579f; -webkit-box-shadow: 1px 1px 3px 2px #da579f; box-shadow: 1px 1px 3px 2px #da579f;">
Div content here</div>
This div box has shadow with color #da579f
Comments
No comments written yet.
Please login to write comment.