Color spaces of #ea01ab
RGB | 234 | 1 | 171 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.46 |
HSV | 316° | 100° | 92° |
CMYK | 0.00 | 1.00 | 0.27 0.08 |
XYZ | 41.2932 | 20.4544 | 40.2998 |
Yxy | 20.4544 | 0.4046 | 0.2004 |
Hunter Lab | 45.2265 | 83.8295 | -21.1727 |
CIE-Lab | 52.3471 | 84.0899 | -25.7568 |
#ea01ab color RGB value is (234,1,171).
#ea01ab hex color red value is 234, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea01ab hue: 0.88 , saturation: 0.99 and the lightness value of ea01ab is 0.46.
The process color (four color CMYK) of #ea01ab color hex is 0.00, 1.00, 0.27, 0.08. Web safe color of #ea01ab is #ff0099. Color #ea01ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00000001 | 10101011 |
Octal | 352 | 1 | 253 |
Decimal | 234 | 1 | 171 |
Hex | EA | 1 | AB |
Shades of #ea01ab
Tints of #ea01ab
RGB Percentages of Color #ea01ab
CMYK Percentages of Color #ea01ab
Complementary Color
#ea01ab | #01ea40 |
#ea01ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea01ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea01ab Color CSS Codes
.mybgcolor {background-color:#ea01ab; } .myforecolor {color:#ea01ab; } .mybordercolor {border:3px solid #ea01ab; }
#ea01ab Text Font Color
<p style="color:#ea01ab">Text here</p>
This sample text font color is #ea01ab
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.
#ea01ab Background Color
<div style="background-color:#ea01ab">
Div content here</div>
This div background color is #ea01ab
#ea01ab Border Color
<div style="border:3px solid #ea01ab">
Div here</div>
This div border color is #ea01ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,1,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea01ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea01ab; -webkit-box-shadow: 1px 1px 3px 2px #ea01ab; box-shadow: 1px 1px 3px 2px #ea01ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,1,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 #ea01ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea01ab; -webkit-box-shadow: 1px 1px 3px 2px #ea01ab; box-shadow: 1px 1px 3px 2px #ea01ab;">
Div content here</div>
This div box has shadow with color #ea01ab
Comments
No comments written yet.
Please login to write comment.