Color spaces of #e31cac
RGB | 227 | 28 | 172 |
---|---|---|---|
HSL | 0.88 | 0.78 | 0.50 |
HSV | 317° | 88° | 89° |
CMYK | 0.00 | 0.88 | 0.24 0.11 |
XYZ | 39.5402 | 20.1400 | 40.8331 |
Yxy | 20.1400 | 0.3934 | 0.2004 |
Hunter Lab | 44.8776 | 78.7347 | -22.5323 |
CIE-Lab | 51.9951 | 80.1707 | -26.9943 |
#e31cac color RGB value is (227,28,172).
#e31cac hex color red value is 227, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e31cac hue: 0.88 , saturation: 0.78 and the lightness value of e31cac is 0.50.
The process color (four color CMYK) of #e31cac color hex is 0.00, 0.88, 0.24, 0.11. Web safe color of #e31cac is #cc3399. Color #e31cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00011100 | 10101100 |
Octal | 343 | 34 | 254 |
Decimal | 227 | 28 | 172 |
Hex | E3 | 1C | AC |
Shades of #e31cac
Tints of #e31cac
RGB Percentages of Color #e31cac
CMYK Percentages of Color #e31cac
Complementary Color
#e31cac | #1ce353 |
#e31cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e31cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e31cac Color CSS Codes
.mybgcolor {background-color:#e31cac; } .myforecolor {color:#e31cac; } .mybordercolor {border:3px solid #e31cac; }
#e31cac Text Font Color
<p style="color:#e31cac">Text here</p>
This sample text font color is #e31cac
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.
#e31cac Background Color
<div style="background-color:#e31cac">
Div content here</div>
This div background color is #e31cac
#e31cac Border Color
<div style="border:3px solid #e31cac">
Div here</div>
This div border color is #e31cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,28,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e31cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e31cac; -webkit-box-shadow: 1px 1px 3px 2px #e31cac; box-shadow: 1px 1px 3px 2px #e31cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,28,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 #e31cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e31cac; -webkit-box-shadow: 1px 1px 3px 2px #e31cac; box-shadow: 1px 1px 3px 2px #e31cac;">
Div content here</div>
This div box has shadow with color #e31cac
Comments
No comments written yet.
Please login to write comment.