color details

Color Details
#D8482E Color Hex

#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
Color spaces of #D8482EValue
RGB216, 72, 46
HSL0.03, 0.69, 0.51
HSV9°, 79°, 85°
XYZ31.13, 19.44, 4.7
Base Numbers
Base Red Green Blue
Binary 11011000 1001000 101110
Octal 330 110 56
Decimal 216 72 46
Hex D8 48 2E

RGB Percentages for Color #D8482E

64.67%
21.56%
13.77%

CMYK Percentages of the Color #D8482E

66.67%
78.7%
15.29%
CSS Codes for Color #D8482E
.mybgColor {background-color: #D8482E;}
.myforeColor {color: #D8482E;}
.myborderColor {border:3px solid #D8482E;}
Text Font Color #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,

Background Color #D8482E

<div style="background-color:#D8482E">Div content here</div>

The background color of this div is #D8482E
Border Color #D8482E

<div style="border:3px solid #D8482E">Div here</div>

The border color of this div is #D8482E
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216, 72, 46, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D8482E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D8482E
Scroll to Top