Color spaces of #e39ebf
RGB | 227 | 158 | 191 |
---|---|---|---|
HSL | 0.92 | 0.55 | 0.75 |
HSV | 331° | 30° | 89° |
CMYK | 0.00 | 0.30 | 0.16 0.11 |
XYZ | 53.3094 | 44.5462 | 55.0788 |
Yxy | 44.5462 | 0.3486 | 0.2913 |
Hunter Lab | 66.7429 | 25.7727 | -2.2083 |
CIE-Lab | 72.5921 | 30.4805 | -6.6122 |
#e39ebf color RGB value is (227,158,191).
#e39ebf hex color red value is 227, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e39ebf hue: 0.92 , saturation: 0.55 and the lightness value of e39ebf is 0.75.
The process color (four color CMYK) of #e39ebf color hex is 0.00, 0.30, 0.16, 0.11. Web safe color of #e39ebf is #cc99cc. Color #e39ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10011110 | 10111111 |
Octal | 343 | 236 | 277 |
Decimal | 227 | 158 | 191 |
Hex | E3 | 9E | BF |
Shades of #e39ebf
Tints of #e39ebf
RGB Percentages of Color #e39ebf
CMYK Percentages of Color #e39ebf
Complementary Color
#e39ebf | #9ee3c2 |
#e39ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e39ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e39ebf Color CSS Codes
.mybgcolor {background-color:#e39ebf; } .myforecolor {color:#e39ebf; } .mybordercolor {border:3px solid #e39ebf; }
#e39ebf Text Font Color
<p style="color:#e39ebf">Text here</p>
This sample text font color is #e39ebf
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.
#e39ebf Background Color
<div style="background-color:#e39ebf">
Div content here</div>
This div background color is #e39ebf
#e39ebf Border Color
<div style="border:3px solid #e39ebf">
Div here</div>
This div border color is #e39ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,158,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e39ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e39ebf; -webkit-box-shadow: 1px 1px 3px 2px #e39ebf; box-shadow: 1px 1px 3px 2px #e39ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,158,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e39ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e39ebf; -webkit-box-shadow: 1px 1px 3px 2px #e39ebf; box-shadow: 1px 1px 3px 2px #e39ebf;">
Div content here</div>
This div box has shadow with color #e39ebf
Comments
No comments written yet.
Please login to write comment.