Color spaces of #e28470
RGB | 226 | 132 | 112 |
---|---|---|---|
HSL | 0.03 | 0.66 | 0.66 |
HSV | 11° | 50° | 89° |
CMYK | 0.00 | 0.42 | 0.50 0.11 |
XYZ | 42.5399 | 33.8411 | 19.6191 |
Yxy | 33.8411 | 0.4431 | 0.3525 |
Hunter Lab | 58.1731 | 28.7277 | 20.7254 |
CIE-Lab | 64.8362 | 34.0308 | 26.4098 |
#e28470 color RGB value is (226,132,112).
#e28470 hex color red value is 226, green value is 132 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e28470 hue: 0.03 , saturation: 0.66 and the lightness value of e28470 is 0.66.
The process color (four color CMYK) of #e28470 color hex is 0.00, 0.42, 0.50, 0.11. Web safe color of #e28470 is #cc9966. Color #e28470 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10000100 | 01110000 |
Octal | 342 | 204 | 160 |
Decimal | 226 | 132 | 112 |
Hex | E2 | 84 | 70 |
Shades of #e28470
Tints of #e28470
RGB Percentages of Color #e28470
CMYK Percentages of Color #e28470
Complementary Color
#e28470 | #70cee2 |
#e28470 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e28470 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e28470 Color CSS Codes
.mybgcolor {background-color:#e28470; } .myforecolor {color:#e28470; } .mybordercolor {border:3px solid #e28470; }
#e28470 Text Font Color
<p style="color:#e28470">Text here</p>
This sample text font color is #e28470
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.
#e28470 Background Color
<div style="background-color:#e28470">
Div content here</div>
This div background color is #e28470
#e28470 Border Color
<div style="border:3px solid #e28470">
Div here</div>
This div border color is #e28470
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,132,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e28470; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e28470; -webkit-box-shadow: 1px 1px 3px 2px #e28470; box-shadow: 1px 1px 3px 2px #e28470; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,132,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 #e28470">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e28470; -webkit-box-shadow: 1px 1px 3px 2px #e28470; box-shadow: 1px 1px 3px 2px #e28470;">
Div content here</div>
This div box has shadow with color #e28470
Comments
No comments written yet.
Please login to write comment.