Color spaces of #da337f
RGB | 218 | 51 | 127 |
---|---|---|---|
HSL | 0.92 | 0.69 | 0.53 |
HSV | 333° | 77° | 85° |
CMYK | 0.00 | 0.77 | 0.42 0.15 |
XYZ | 33.9280 | 18.8054 | 21.9203 |
Yxy | 18.8054 | 0.4545 | 0.2519 |
Hunter Lab | 43.3652 | 63.7655 | 0.3856 |
CIE-Lab | 50.4588 | 68.2252 | -2.6334 |
#da337f color RGB value is (218,51,127).
#da337f hex color red value is 218, green value is 51 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da337f hue: 0.92 , saturation: 0.69 and the lightness value of da337f is 0.53.
The process color (four color CMYK) of #da337f color hex is 0.00, 0.77, 0.42, 0.15. Web safe color of #da337f is #cc3366. Color #da337f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00110011 | 01111111 |
Octal | 332 | 63 | 177 |
Decimal | 218 | 51 | 127 |
Hex | DA | 33 | 7F |
Shades of #da337f
Tints of #da337f
RGB Percentages of Color #da337f
CMYK Percentages of Color #da337f
Complementary Color
#da337f | #33da8e |
#da337f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da337f Color Preview on White Background
Lorem ipsum dolor sit amet.
#da337f Color CSS Codes
.mybgcolor {background-color:#da337f; } .myforecolor {color:#da337f; } .mybordercolor {border:3px solid #da337f; }
#da337f Text Font Color
<p style="color:#da337f">Text here</p>
This sample text font color is #da337f
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.
#da337f Background Color
<div style="background-color:#da337f">
Div content here</div>
This div background color is #da337f
#da337f Border Color
<div style="border:3px solid #da337f">
Div here</div>
This div border color is #da337f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,51,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da337f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da337f; -webkit-box-shadow: 1px 1px 3px 2px #da337f; box-shadow: 1px 1px 3px 2px #da337f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,51,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 #da337f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da337f; -webkit-box-shadow: 1px 1px 3px 2px #da337f; box-shadow: 1px 1px 3px 2px #da337f;">
Div content here</div>
This div box has shadow with color #da337f
Comments
No comments written yet.
Please login to write comment.