Color spaces of #e1989f
RGB | 225 | 152 | 159 |
---|---|---|---|
HSL | 0.98 | 0.55 | 0.74 |
HSV | 354° | 32° | 88° |
CMYK | 0.00 | 0.32 | 0.29 0.12 |
XYZ | 48.5376 | 40.9672 | 38.1501 |
Yxy | 40.9672 | 0.3802 | 0.3209 |
Hunter Lab | 64.0056 | 23.3527 | 9.4646 |
CIE-Lab | 70.1529 | 28.3043 | 7.5430 |
#e1989f color RGB value is (225,152,159).
#e1989f hex color red value is 225, green value is 152 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1989f hue: 0.98 , saturation: 0.55 and the lightness value of e1989f is 0.74.
The process color (four color CMYK) of #e1989f color hex is 0.00, 0.32, 0.29, 0.12. Web safe color of #e1989f is #cc9999. Color #e1989f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10011000 | 10011111 |
Octal | 341 | 230 | 237 |
Decimal | 225 | 152 | 159 |
Hex | E1 | 98 | 9F |
Shades of #e1989f
Tints of #e1989f
RGB Percentages of Color #e1989f
CMYK Percentages of Color #e1989f
Complementary Color
#e1989f | #98e1da |
#e1989f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1989f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1989f Color CSS Codes
.mybgcolor {background-color:#e1989f; } .myforecolor {color:#e1989f; } .mybordercolor {border:3px solid #e1989f; }
#e1989f Text Font Color
<p style="color:#e1989f">Text here</p>
This sample text font color is #e1989f
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.
#e1989f Background Color
<div style="background-color:#e1989f">
Div content here</div>
This div background color is #e1989f
#e1989f Border Color
<div style="border:3px solid #e1989f">
Div here</div>
This div border color is #e1989f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,152,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1989f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1989f; -webkit-box-shadow: 1px 1px 3px 2px #e1989f; box-shadow: 1px 1px 3px 2px #e1989f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,152,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1989f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1989f; -webkit-box-shadow: 1px 1px 3px 2px #e1989f; box-shadow: 1px 1px 3px 2px #e1989f;">
Div content here</div>
This div box has shadow with color #e1989f
Comments
No comments written yet.
Please login to write comment.