Color spaces of #e81fab
RGB | 232 | 31 | 171 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.52 |
HSV | 318° | 87° | 91° |
CMYK | 0.00 | 0.87 | 0.26 0.09 |
XYZ | 41.1194 | 21.0761 | 40.4289 |
Yxy | 21.0761 | 0.4007 | 0.2054 |
Hunter Lab | 45.9087 | 79.5382 | -20.0769 |
CIE-Lab | 53.0327 | 80.6029 | -24.7279 |
#e81fab color RGB value is (232,31,171).
#e81fab hex color red value is 232, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e81fab hue: 0.88 , saturation: 0.81 and the lightness value of e81fab is 0.52.
The process color (four color CMYK) of #e81fab color hex is 0.00, 0.87, 0.26, 0.09. Web safe color of #e81fab is #ff3399. Color #e81fab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 00011111 | 10101011 |
Octal | 350 | 37 | 253 |
Decimal | 232 | 31 | 171 |
Hex | E8 | 1F | AB |
Shades of #e81fab
Tints of #e81fab
RGB Percentages of Color #e81fab
CMYK Percentages of Color #e81fab
Complementary Color
#e81fab | #1fe85c |
#e81fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e81fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e81fab Color CSS Codes
.mybgcolor {background-color:#e81fab; } .myforecolor {color:#e81fab; } .mybordercolor {border:3px solid #e81fab; }
#e81fab Text Font Color
<p style="color:#e81fab">Text here</p>
This sample text font color is #e81fab
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.
#e81fab Background Color
<div style="background-color:#e81fab">
Div content here</div>
This div background color is #e81fab
#e81fab Border Color
<div style="border:3px solid #e81fab">
Div here</div>
This div border color is #e81fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,31,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e81fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e81fab; -webkit-box-shadow: 1px 1px 3px 2px #e81fab; box-shadow: 1px 1px 3px 2px #e81fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,31,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e81fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e81fab; -webkit-box-shadow: 1px 1px 3px 2px #e81fab; box-shadow: 1px 1px 3px 2px #e81fab;">
Div content here</div>
This div box has shadow with color #e81fab
Comments
No comments written yet.
Please login to write comment.