Color spaces of #e48baa
RGB | 228 | 139 | 170 |
---|---|---|---|
HSL | 0.94 | 0.62 | 0.72 |
HSV | 339° | 39° | 89° |
CMYK | 0.00 | 0.39 | 0.25 0.11 |
XYZ | 48.4832 | 37.8615 | 42.7829 |
Yxy | 37.8615 | 0.3755 | 0.2932 |
Hunter Lab | 61.5317 | 32.9666 | 1.8479 |
CIE-Lab | 67.9184 | 37.7865 | -1.8004 |
#e48baa color RGB value is (228,139,170).
#e48baa hex color red value is 228, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e48baa hue: 0.94 , saturation: 0.62 and the lightness value of e48baa is 0.72.
The process color (four color CMYK) of #e48baa color hex is 0.00, 0.39, 0.25, 0.11. Web safe color of #e48baa is #cc9999. Color #e48baa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10001011 | 10101010 |
Octal | 344 | 213 | 252 |
Decimal | 228 | 139 | 170 |
Hex | E4 | 8B | AA |
Shades of #e48baa
Tints of #e48baa
RGB Percentages of Color #e48baa
CMYK Percentages of Color #e48baa
Complementary Color
#e48baa | #8be4c5 |
#e48baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e48baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e48baa Color CSS Codes
.mybgcolor {background-color:#e48baa; } .myforecolor {color:#e48baa; } .mybordercolor {border:3px solid #e48baa; }
#e48baa Text Font Color
<p style="color:#e48baa">Text here</p>
This sample text font color is #e48baa
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.
#e48baa Background Color
<div style="background-color:#e48baa">
Div content here</div>
This div background color is #e48baa
#e48baa Border Color
<div style="border:3px solid #e48baa">
Div here</div>
This div border color is #e48baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,139,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e48baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e48baa; -webkit-box-shadow: 1px 1px 3px 2px #e48baa; box-shadow: 1px 1px 3px 2px #e48baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,139,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e48baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e48baa; -webkit-box-shadow: 1px 1px 3px 2px #e48baa; box-shadow: 1px 1px 3px 2px #e48baa;">
Div content here</div>
This div box has shadow with color #e48baa
Comments
No comments written yet.
Please login to write comment.