Color spaces of #da017f
RGB | 218 | 1 | 127 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.43 |
HSV | 325° | 100° | 85° |
CMYK | 0.00 | 1.00 | 0.42 0.15 |
XYZ | 32.7551 | 16.4594 | 21.5293 |
Yxy | 16.4594 | 0.4630 | 0.2327 |
Hunter Lab | 40.5702 | 73.1175 | -3.0642 |
CIE-Lab | 47.5715 | 76.5350 | -6.9102 |
#da017f color RGB value is (218,1,127).
#da017f hex color red value is 218, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da017f hue: 0.90 , saturation: 0.99 and the lightness value of da017f is 0.43.
The process color (four color CMYK) of #da017f color hex is 0.00, 1.00, 0.42, 0.15. Web safe color of #da017f is #cc0066. Color #da017f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00000001 | 01111111 |
Octal | 332 | 1 | 177 |
Decimal | 218 | 1 | 127 |
Hex | DA | 1 | 7F |
Shades of #da017f
Tints of #da017f
RGB Percentages of Color #da017f
CMYK Percentages of Color #da017f
Complementary Color
#da017f | #01da5c |
#da017f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da017f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da017f Color CSS Codes
.mybgcolor {background-color:#da017f; } .myforecolor {color:#da017f; } .mybordercolor {border:3px solid #da017f; }
#da017f Text Font Color
<p style="color:#da017f">Text here</p>
This sample text font color is #da017f
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.
#da017f Background Color
<div style="background-color:#da017f">
Div content here</div>
This div background color is #da017f
#da017f Border Color
<div style="border:3px solid #da017f">
Div here</div>
This div border color is #da017f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,1,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da017f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da017f; -webkit-box-shadow: 1px 1px 3px 2px #da017f; box-shadow: 1px 1px 3px 2px #da017f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,1,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da017f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da017f; -webkit-box-shadow: 1px 1px 3px 2px #da017f; box-shadow: 1px 1px 3px 2px #da017f;">
Div content here</div>
This div box has shadow with color #da017f
Comments
No comments written yet.
Please login to write comment.