Color spaces of #e89182
RGB | 232 | 145 | 130 |
---|---|---|---|
HSL | 0.02 | 0.69 | 0.71 |
HSV | 9° | 44° | 91° |
CMYK | 0.00 | 0.38 | 0.44 0.09 |
XYZ | 47.4334 | 39.0183 | 26.1504 |
Yxy | 39.0183 | 0.4212 | 0.3465 |
Hunter Lab | 62.4646 | 26.2334 | 18.9039 |
CIE-Lab | 68.7645 | 31.2350 | 21.8271 |
#e89182 color RGB value is (232,145,130).
#e89182 hex color red value is 232, green value is 145 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e89182 hue: 0.02 , saturation: 0.69 and the lightness value of e89182 is 0.71.
The process color (four color CMYK) of #e89182 color hex is 0.00, 0.38, 0.44, 0.09. Web safe color of #e89182 is #ff9999. Color #e89182 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010001 | 10000010 |
Octal | 350 | 221 | 202 |
Decimal | 232 | 145 | 130 |
Hex | E8 | 91 | 82 |
Shades of #e89182
Tints of #e89182
RGB Percentages of Color #e89182
CMYK Percentages of Color #e89182
Complementary Color
#e89182 | #82d9e8 |
#e89182 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e89182 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e89182 Color CSS Codes
.mybgcolor {background-color:#e89182; } .myforecolor {color:#e89182; } .mybordercolor {border:3px solid #e89182; }
#e89182 Text Font Color
<p style="color:#e89182">Text here</p>
This sample text font color is #e89182
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.
#e89182 Background Color
<div style="background-color:#e89182">
Div content here</div>
This div background color is #e89182
#e89182 Border Color
<div style="border:3px solid #e89182">
Div here</div>
This div border color is #e89182
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,145,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e89182; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e89182; -webkit-box-shadow: 1px 1px 3px 2px #e89182; box-shadow: 1px 1px 3px 2px #e89182; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,145,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e89182">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e89182; -webkit-box-shadow: 1px 1px 3px 2px #e89182; box-shadow: 1px 1px 3px 2px #e89182;">
Div content here</div>
This div box has shadow with color #e89182
Comments
No comments written yet.
Please login to write comment.