Color spaces of #e01577
RGB | 224 | 21 | 119 |
---|---|---|---|
HSL | 0.92 | 0.83 | 0.48 |
HSV | 331° | 91° | 88° |
CMYK | 0.00 | 0.91 | 0.47 0.12 |
XYZ | 34.3384 | 17.7155 | 19.0624 |
Yxy | 17.7155 | 0.4828 | 0.2491 |
Hunter Lab | 42.0898 | 71.9698 | 2.6105 |
CIE-Lab | 49.1492 | 75.2942 | 0.4419 |
#e01577 color RGB value is (224,21,119).
#e01577 hex color red value is 224, green value is 21 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e01577 hue: 0.92 , saturation: 0.83 and the lightness value of e01577 is 0.48.
The process color (four color CMYK) of #e01577 color hex is 0.00, 0.91, 0.47, 0.12. Web safe color of #e01577 is #cc0066. Color #e01577 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00010101 | 01110111 |
Octal | 340 | 25 | 167 |
Decimal | 224 | 21 | 119 |
Hex | E0 | 15 | 77 |
Shades of #e01577
Tints of #e01577
RGB Percentages of Color #e01577
CMYK Percentages of Color #e01577
Complementary Color
#e01577 | #15e07e |
#e01577 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e01577 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e01577 Color CSS Codes
.mybgcolor {background-color:#e01577; } .myforecolor {color:#e01577; } .mybordercolor {border:3px solid #e01577; }
#e01577 Text Font Color
<p style="color:#e01577">Text here</p>
This sample text font color is #e01577
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.
#e01577 Background Color
<div style="background-color:#e01577">
Div content here</div>
This div background color is #e01577
#e01577 Border Color
<div style="border:3px solid #e01577">
Div here</div>
This div border color is #e01577
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,21,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e01577; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e01577; -webkit-box-shadow: 1px 1px 3px 2px #e01577; box-shadow: 1px 1px 3px 2px #e01577; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,21,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e01577">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e01577; -webkit-box-shadow: 1px 1px 3px 2px #e01577; box-shadow: 1px 1px 3px 2px #e01577;">
Div content here</div>
This div box has shadow with color #e01577
Comments
No comments written yet.
Please login to write comment.