#D8482E color RGB value is (13, 132, 130).
#D8482E hex color red value is 13, green value is 132, and blue value is 130.
Cylindrical-coordinate representations (HSL) of color #D8482E
hue: 178.99,
saturation: 0.82 and lightness: 0.28.
The process color (four-color CMYK) of #D8482E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D8482E is #ff9999. Color #D8482E contains mainly RED.
Color spaces of #D8482E | Value |
---|---|
RGB | 216, 72, 46 |
HSL | 0.03, 0.69, 0.51 |
HSV | 9°, 79°, 85° |
XYZ | 31.13, 19.44, 4.7 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 1001000 | 101110 |
Octal | 330 | 110 | 56 |
Decimal | 216 | 72 | 46 |
Hex | D8 | 48 | 2E |
Shades of #D8482E
Tints of #D8482E
.mybgColor {background-color: #D8482E;} .myforeColor {color: #D8482E;} .myborderColor {border:3px solid #D8482E;}
<p style="color:#D8482E">Text here</p>
This sample text is styled with the font color #D8482E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#D8482E">Div content here</div>
<div style="border:3px solid #D8482E">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216, 72, 46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D8482E; } .divShadow { -moz-box-shadow: 1px 1px 3px #D8482E; -webkit-box-shadow: 1px 1px 3px #D8482E; box-shadow: 1px 1px 3px #D8482E; }
<p style="text-shadow: 4px 4px 2px rgba(216, 72, 46, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D8482E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D8482E;
-webkit-box-shadow: 1px 1px 3px #D8482E;
box-shadow: 1px 1px 3px #D8482E;">Div content here</div>