Color spaces of #e890ab
RGB | 232 | 144 | 171 |
---|---|---|---|
HSL | 0.95 | 0.66 | 0.74 |
HSV | 342° | 38° | 91° |
CMYK | 0.00 | 0.38 | 0.26 0.09 |
XYZ | 50.6027 | 40.0426 | 43.5900 |
Yxy | 40.0426 | 0.3770 | 0.2983 |
Hunter Lab | 63.2792 | 32.0030 | 3.4534 |
CIE-Lab | 69.4999 | 36.7087 | 0.0108 |
#e890ab color RGB value is (232,144,171).
#e890ab hex color red value is 232, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e890ab hue: 0.95 , saturation: 0.66 and the lightness value of e890ab is 0.74.
The process color (four color CMYK) of #e890ab color hex is 0.00, 0.38, 0.26, 0.09. Web safe color of #e890ab is #ff9999. Color #e890ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010000 | 10101011 |
Octal | 350 | 220 | 253 |
Decimal | 232 | 144 | 171 |
Hex | E8 | 90 | AB |
Shades of #e890ab
Tints of #e890ab
RGB Percentages of Color #e890ab
CMYK Percentages of Color #e890ab
Complementary Color
#e890ab | #90e8cd |
#e890ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e890ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e890ab Color CSS Codes
.mybgcolor {background-color:#e890ab; } .myforecolor {color:#e890ab; } .mybordercolor {border:3px solid #e890ab; }
#e890ab Text Font Color
<p style="color:#e890ab">Text here</p>
This sample text font color is #e890ab
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.
#e890ab Background Color
<div style="background-color:#e890ab">
Div content here</div>
This div background color is #e890ab
#e890ab Border Color
<div style="border:3px solid #e890ab">
Div here</div>
This div border color is #e890ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,144,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e890ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e890ab; -webkit-box-shadow: 1px 1px 3px 2px #e890ab; box-shadow: 1px 1px 3px 2px #e890ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,144,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 #e890ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e890ab; -webkit-box-shadow: 1px 1px 3px 2px #e890ab; box-shadow: 1px 1px 3px 2px #e890ab;">
Div content here</div>
This div box has shadow with color #e890ab
Comments
No comments written yet.
Please login to write comment.