Color spaces of #e8849f
RGB | 232 | 132 | 159 |
---|---|---|---|
HSL | 0.96 | 0.68 | 0.71 |
HSV | 344° | 43° | 91° |
CMYK | 0.00 | 0.43 | 0.31 0.09 |
XYZ | 47.7880 | 36.1615 | 37.2621 |
Yxy | 36.1615 | 0.3943 | 0.2983 |
Hunter Lab | 60.1344 | 36.6162 | 5.3553 |
CIE-Lab | 66.6431 | 41.3647 | 2.5942 |
#e8849f color RGB value is (232,132,159).
#e8849f hex color red value is 232, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e8849f hue: 0.96 , saturation: 0.68 and the lightness value of e8849f is 0.71.
The process color (four color CMYK) of #e8849f color hex is 0.00, 0.43, 0.31, 0.09. Web safe color of #e8849f is #ff9999. Color #e8849f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10000100 | 10011111 |
Octal | 350 | 204 | 237 |
Decimal | 232 | 132 | 159 |
Hex | E8 | 84 | 9F |
Shades of #e8849f
Tints of #e8849f
RGB Percentages of Color #e8849f
CMYK Percentages of Color #e8849f
Complementary Color
#e8849f | #84e8cd |
#e8849f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8849f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8849f Color CSS Codes
.mybgcolor {background-color:#e8849f; } .myforecolor {color:#e8849f; } .mybordercolor {border:3px solid #e8849f; }
#e8849f Text Font Color
<p style="color:#e8849f">Text here</p>
This sample text font color is #e8849f
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.
#e8849f Background Color
<div style="background-color:#e8849f">
Div content here</div>
This div background color is #e8849f
#e8849f Border Color
<div style="border:3px solid #e8849f">
Div here</div>
This div border color is #e8849f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,132,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8849f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8849f; -webkit-box-shadow: 1px 1px 3px 2px #e8849f; box-shadow: 1px 1px 3px 2px #e8849f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,132,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 #e8849f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8849f; -webkit-box-shadow: 1px 1px 3px 2px #e8849f; box-shadow: 1px 1px 3px 2px #e8849f;">
Div content here</div>
This div box has shadow with color #e8849f
Comments
No comments written yet.
Please login to write comment.