Color spaces of #da057e
RGB | 218 | 5 | 126 |
---|---|---|---|
HSL | 0.91 | 0.96 | 0.44 |
HSV | 326° | 98° | 85° |
CMYK | 0.00 | 0.98 | 0.42 0.15 |
XYZ | 32.7336 | 16.5203 | 21.2022 |
Yxy | 16.5203 | 0.4646 | 0.2345 |
Hunter Lab | 40.6452 | 72.6260 | -2.4765 |
CIE-Lab | 47.6498 | 76.1207 | -6.1821 |
#da057e color RGB value is (218,5,126).
#da057e hex color red value is 218, green value is 5 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #da057e hue: 0.91 , saturation: 0.96 and the lightness value of da057e is 0.44.
The process color (four color CMYK) of #da057e color hex is 0.00, 0.98, 0.42, 0.15. Web safe color of #da057e is #cc0066. Color #da057e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00000101 | 01111110 |
Octal | 332 | 5 | 176 |
Decimal | 218 | 5 | 126 |
Hex | DA | 5 | 7E |
Shades of #da057e
Tints of #da057e
RGB Percentages of Color #da057e
CMYK Percentages of Color #da057e
Complementary Color
#da057e | #05da61 |
#da057e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da057e Color Preview on White Background
Lorem ipsum dolor sit amet.
#da057e Color CSS Codes
.mybgcolor {background-color:#da057e; } .myforecolor {color:#da057e; } .mybordercolor {border:3px solid #da057e; }
#da057e Text Font Color
<p style="color:#da057e">Text here</p>
This sample text font color is #da057e
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.
#da057e Background Color
<div style="background-color:#da057e">
Div content here</div>
This div background color is #da057e
#da057e Border Color
<div style="border:3px solid #da057e">
Div here</div>
This div border color is #da057e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,5,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da057e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da057e; -webkit-box-shadow: 1px 1px 3px 2px #da057e; box-shadow: 1px 1px 3px 2px #da057e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,5,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da057e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da057e; -webkit-box-shadow: 1px 1px 3px 2px #da057e; box-shadow: 1px 1px 3px 2px #da057e;">
Div content here</div>
This div box has shadow with color #da057e
Comments
No comments written yet.
Please login to write comment.