Color spaces of #e62eac
RGB | 230 | 46 | 172 |
---|---|---|---|
HSL | 0.89 | 0.79 | 0.54 |
HSV | 319° | 80° | 90° |
CMYK | 0.00 | 0.80 | 0.25 0.10 |
XYZ | 41.0565 | 21.7555 | 41.0650 |
Yxy | 21.7555 | 0.3952 | 0.2094 |
Hunter Lab | 46.6428 | 75.4966 | -19.5498 |
CIE-Lab | 53.7666 | 77.2465 | -24.2125 |
#e62eac color RGB value is (230,46,172).
#e62eac hex color red value is 230, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e62eac hue: 0.89 , saturation: 0.79 and the lightness value of e62eac is 0.54.
The process color (four color CMYK) of #e62eac color hex is 0.00, 0.80, 0.25, 0.10. Web safe color of #e62eac is #ff3399. Color #e62eac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00101110 | 10101100 |
Octal | 346 | 56 | 254 |
Decimal | 230 | 46 | 172 |
Hex | E6 | 2E | AC |
Shades of #e62eac
Tints of #e62eac
RGB Percentages of Color #e62eac
CMYK Percentages of Color #e62eac
Complementary Color
#e62eac | #2ee668 |
#e62eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e62eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e62eac Color CSS Codes
.mybgcolor {background-color:#e62eac; } .myforecolor {color:#e62eac; } .mybordercolor {border:3px solid #e62eac; }
#e62eac Text Font Color
<p style="color:#e62eac">Text here</p>
This sample text font color is #e62eac
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.
#e62eac Background Color
<div style="background-color:#e62eac">
Div content here</div>
This div background color is #e62eac
#e62eac Border Color
<div style="border:3px solid #e62eac">
Div here</div>
This div border color is #e62eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,46,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e62eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e62eac; -webkit-box-shadow: 1px 1px 3px 2px #e62eac; box-shadow: 1px 1px 3px 2px #e62eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,46,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e62eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e62eac; -webkit-box-shadow: 1px 1px 3px 2px #e62eac; box-shadow: 1px 1px 3px 2px #e62eac;">
Div content here</div>
This div box has shadow with color #e62eac
Comments
No comments written yet.
Please login to write comment.