Color spaces of #e48373
RGB | 228 | 131 | 115 |
---|---|---|---|
HSL | 0.02 | 0.68 | 0.67 |
HSV | 8° | 50° | 89° |
CMYK | 0.00 | 0.43 | 0.50 0.11 |
XYZ | 43.2057 | 33.9644 | 20.4982 |
Yxy | 33.9644 | 0.4424 | 0.3478 |
Hunter Lab | 58.2790 | 30.3445 | 19.9415 |
CIE-Lab | 64.9343 | 35.5932 | 24.9162 |
#e48373 color RGB value is (228,131,115).
#e48373 hex color red value is 228, green value is 131 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e48373 hue: 0.02 , saturation: 0.68 and the lightness value of e48373 is 0.67.
The process color (four color CMYK) of #e48373 color hex is 0.00, 0.43, 0.50, 0.11. Web safe color of #e48373 is #cc9966. Color #e48373 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10000011 | 01110011 |
Octal | 344 | 203 | 163 |
Decimal | 228 | 131 | 115 |
Hex | E4 | 83 | 73 |
Shades of #e48373
Tints of #e48373
RGB Percentages of Color #e48373
CMYK Percentages of Color #e48373
Complementary Color
#e48373 | #73d4e4 |
#e48373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e48373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e48373 Color CSS Codes
.mybgcolor {background-color:#e48373; } .myforecolor {color:#e48373; } .mybordercolor {border:3px solid #e48373; }
#e48373 Text Font Color
<p style="color:#e48373">Text here</p>
This sample text font color is #e48373
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.
#e48373 Background Color
<div style="background-color:#e48373">
Div content here</div>
This div background color is #e48373
#e48373 Border Color
<div style="border:3px solid #e48373">
Div here</div>
This div border color is #e48373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,131,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e48373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e48373; -webkit-box-shadow: 1px 1px 3px 2px #e48373; box-shadow: 1px 1px 3px 2px #e48373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,131,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e48373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e48373; -webkit-box-shadow: 1px 1px 3px 2px #e48373; box-shadow: 1px 1px 3px 2px #e48373;">
Div content here</div>
This div box has shadow with color #e48373
Comments
No comments written yet.
Please login to write comment.