Color spaces of #e71eac
RGB | 231 | 30 | 172 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.51 |
HSV | 318° | 87° | 91° |
CMYK | 0.00 | 0.87 | 0.26 0.09 |
XYZ | 40.8657 | 20.8960 | 40.9092 |
Yxy | 20.8960 | 0.3980 | 0.2035 |
Hunter Lab | 45.7121 | 79.5790 | -21.0619 |
CIE-Lab | 52.8355 | 80.6736 | -25.6350 |
#e71eac color RGB value is (231,30,172).
#e71eac hex color red value is 231, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e71eac hue: 0.88 , saturation: 0.81 and the lightness value of e71eac is 0.51.
The process color (four color CMYK) of #e71eac color hex is 0.00, 0.87, 0.26, 0.09. Web safe color of #e71eac is #ff3399. Color #e71eac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00011110 | 10101100 |
Octal | 347 | 36 | 254 |
Decimal | 231 | 30 | 172 |
Hex | E7 | 1E | AC |
Shades of #e71eac
Tints of #e71eac
RGB Percentages of Color #e71eac
CMYK Percentages of Color #e71eac
Complementary Color
#e71eac | #1ee759 |
#e71eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e71eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e71eac Color CSS Codes
.mybgcolor {background-color:#e71eac; } .myforecolor {color:#e71eac; } .mybordercolor {border:3px solid #e71eac; }
#e71eac Text Font Color
<p style="color:#e71eac">Text here</p>
This sample text font color is #e71eac
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.
#e71eac Background Color
<div style="background-color:#e71eac">
Div content here</div>
This div background color is #e71eac
#e71eac Border Color
<div style="border:3px solid #e71eac">
Div here</div>
This div border color is #e71eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,30,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e71eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e71eac; -webkit-box-shadow: 1px 1px 3px 2px #e71eac; box-shadow: 1px 1px 3px 2px #e71eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,30,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 #e71eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e71eac; -webkit-box-shadow: 1px 1px 3px 2px #e71eac; box-shadow: 1px 1px 3px 2px #e71eac;">
Div content here</div>
This div box has shadow with color #e71eac
Comments
No comments written yet.
Please login to write comment.