Color spaces of #e89670
RGB | 232 | 150 | 112 |
---|---|---|---|
HSL | 0.05 | 0.72 | 0.67 |
HSV | 19° | 52° | 91° |
CMYK | 0.00 | 0.35 | 0.52 0.09 |
XYZ | 47.1097 | 40.1383 | 20.5938 |
Yxy | 40.1383 | 0.4368 | 0.3722 |
Hunter Lab | 63.3548 | 21.8591 | 25.0758 |
CIE-Lab | 69.5679 | 26.8678 | 32.7273 |
#e89670 color RGB value is (232,150,112).
#e89670 hex color red value is 232, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e89670 hue: 0.05 , saturation: 0.72 and the lightness value of e89670 is 0.67.
The process color (four color CMYK) of #e89670 color hex is 0.00, 0.35, 0.52, 0.09. Web safe color of #e89670 is #ff9966. Color #e89670 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010110 | 01110000 |
Octal | 350 | 226 | 160 |
Decimal | 232 | 150 | 112 |
Hex | E8 | 96 | 70 |
Shades of #e89670
Tints of #e89670
RGB Percentages of Color #e89670
CMYK Percentages of Color #e89670
Complementary Color
#e89670 | #70c2e8 |
#e89670 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e89670 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e89670 Color CSS Codes
.mybgcolor {background-color:#e89670; } .myforecolor {color:#e89670; } .mybordercolor {border:3px solid #e89670; }
#e89670 Text Font Color
<p style="color:#e89670">Text here</p>
This sample text font color is #e89670
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.
#e89670 Background Color
<div style="background-color:#e89670">
Div content here</div>
This div background color is #e89670
#e89670 Border Color
<div style="border:3px solid #e89670">
Div here</div>
This div border color is #e89670
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,150,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e89670; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e89670; -webkit-box-shadow: 1px 1px 3px 2px #e89670; box-shadow: 1px 1px 3px 2px #e89670; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,150,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 #e89670">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e89670; -webkit-box-shadow: 1px 1px 3px 2px #e89670; box-shadow: 1px 1px 3px 2px #e89670;">
Div content here</div>
This div box has shadow with color #e89670
Comments
No comments written yet.
Please login to write comment.