Color spaces of #e50392
RGB | 229 | 3 | 146 |
---|---|---|---|
HSL | 0.89 | 0.97 | 0.45 |
HSV | 322° | 99° | 90° |
CMYK | 0.00 | 0.99 | 0.36 0.10 |
XYZ | 37.5340 | 18.7985 | 28.8443 |
Yxy | 18.7985 | 0.4407 | 0.2207 |
Hunter Lab | 43.3572 | 78.6508 | -9.0938 |
CIE-Lab | 50.4506 | 80.4054 | -13.8787 |
#e50392 color RGB value is (229,3,146).
#e50392 hex color red value is 229, green value is 3 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e50392 hue: 0.89 , saturation: 0.97 and the lightness value of e50392 is 0.45.
The process color (four color CMYK) of #e50392 color hex is 0.00, 0.99, 0.36, 0.10. Web safe color of #e50392 is #cc0099. Color #e50392 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00000011 | 10010010 |
Octal | 345 | 3 | 222 |
Decimal | 229 | 3 | 146 |
Hex | E5 | 3 | 92 |
Shades of #e50392
Tints of #e50392
RGB Percentages of Color #e50392
CMYK Percentages of Color #e50392
Complementary Color
#e50392 | #03e556 |
#e50392 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e50392 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e50392 Color CSS Codes
.mybgcolor {background-color:#e50392; } .myforecolor {color:#e50392; } .mybordercolor {border:3px solid #e50392; }
#e50392 Text Font Color
<p style="color:#e50392">Text here</p>
This sample text font color is #e50392
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.
#e50392 Background Color
<div style="background-color:#e50392">
Div content here</div>
This div background color is #e50392
#e50392 Border Color
<div style="border:3px solid #e50392">
Div here</div>
This div border color is #e50392
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,3,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e50392; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e50392; -webkit-box-shadow: 1px 1px 3px 2px #e50392; box-shadow: 1px 1px 3px 2px #e50392; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,3,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e50392">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e50392; -webkit-box-shadow: 1px 1px 3px 2px #e50392; box-shadow: 1px 1px 3px 2px #e50392;">
Div content here</div>
This div box has shadow with color #e50392
Comments
No comments written yet.
Please login to write comment.