Color spaces of #e39baf
RGB | 227 | 155 | 175 |
---|---|---|---|
HSL | 0.95 | 0.56 | 0.75 |
HSV | 343° | 32° | 89° |
CMYK | 0.00 | 0.32 | 0.23 0.11 |
XYZ | 51.1378 | 42.8687 | 46.1367 |
Yxy | 42.8687 | 0.3649 | 0.3059 |
Hunter Lab | 65.4742 | 24.8354 | 4.0530 |
CIE-Lab | 71.4658 | 29.6584 | 0.5838 |
#e39baf color RGB value is (227,155,175).
#e39baf hex color red value is 227, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e39baf hue: 0.95 , saturation: 0.56 and the lightness value of e39baf is 0.75.
The process color (four color CMYK) of #e39baf color hex is 0.00, 0.32, 0.23, 0.11. Web safe color of #e39baf is #cc9999. Color #e39baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10011011 | 10101111 |
Octal | 343 | 233 | 257 |
Decimal | 227 | 155 | 175 |
Hex | E3 | 9B | AF |
Shades of #e39baf
Tints of #e39baf
RGB Percentages of Color #e39baf
CMYK Percentages of Color #e39baf
Complementary Color
#e39baf | #9be3cf |
#e39baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e39baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e39baf Color CSS Codes
.mybgcolor {background-color:#e39baf; } .myforecolor {color:#e39baf; } .mybordercolor {border:3px solid #e39baf; }
#e39baf Text Font Color
<p style="color:#e39baf">Text here</p>
This sample text font color is #e39baf
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.
#e39baf Background Color
<div style="background-color:#e39baf">
Div content here</div>
This div background color is #e39baf
#e39baf Border Color
<div style="border:3px solid #e39baf">
Div here</div>
This div border color is #e39baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,155,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e39baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e39baf; -webkit-box-shadow: 1px 1px 3px 2px #e39baf; box-shadow: 1px 1px 3px 2px #e39baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,155,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e39baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e39baf; -webkit-box-shadow: 1px 1px 3px 2px #e39baf; box-shadow: 1px 1px 3px 2px #e39baf;">
Div content here</div>
This div box has shadow with color #e39baf
Comments
No comments written yet.
Please login to write comment.