Color spaces of #e49870
RGB | 228 | 152 | 112 |
---|---|---|---|
HSL | 0.06 | 0.68 | 0.67 |
HSV | 21° | 51° | 89° |
CMYK | 0.00 | 0.33 | 0.51 0.11 |
XYZ | 46.1478 | 40.1203 | 20.6410 |
Yxy | 40.1203 | 0.4317 | 0.3753 |
Hunter Lab | 63.3406 | 19.2030 | 25.0174 |
CIE-Lab | 69.5551 | 24.2113 | 32.6176 |
#e49870 color RGB value is (228,152,112).
#e49870 hex color red value is 228, green value is 152 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e49870 hue: 0.06 , saturation: 0.68 and the lightness value of e49870 is 0.67.
The process color (four color CMYK) of #e49870 color hex is 0.00, 0.33, 0.51, 0.11. Web safe color of #e49870 is #cc9966. Color #e49870 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10011000 | 01110000 |
Octal | 344 | 230 | 160 |
Decimal | 228 | 152 | 112 |
Hex | E4 | 98 | 70 |
Shades of #e49870
Tints of #e49870
RGB Percentages of Color #e49870
CMYK Percentages of Color #e49870
Complementary Color
#e49870 | #70bce4 |
#e49870 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e49870 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e49870 Color CSS Codes
.mybgcolor {background-color:#e49870; } .myforecolor {color:#e49870; } .mybordercolor {border:3px solid #e49870; }
#e49870 Text Font Color
<p style="color:#e49870">Text here</p>
This sample text font color is #e49870
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.
#e49870 Background Color
<div style="background-color:#e49870">
Div content here</div>
This div background color is #e49870
#e49870 Border Color
<div style="border:3px solid #e49870">
Div here</div>
This div border color is #e49870
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,152,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e49870; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e49870; -webkit-box-shadow: 1px 1px 3px 2px #e49870; box-shadow: 1px 1px 3px 2px #e49870; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,152,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e49870">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e49870; -webkit-box-shadow: 1px 1px 3px 2px #e49870; box-shadow: 1px 1px 3px 2px #e49870;">
Div content here</div>
This div box has shadow with color #e49870
Comments
No comments written yet.
Please login to write comment.