color details

Color Details
#824358 Color Hex

#824358 color RGB value is (8, 36, 53).
#824358 hex color red value is 8, green value is 36, and blue value is 53.
Cylindrical-coordinate representations (HSL) of color #824358 hue: 202.67, saturation: 0.74 and lightness: 0.12.

The process color (four-color CMYK) of #824358 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #824358 is #ff9999. Color #824358 contains mainly RED.

Color Spaces
Color spaces of #824358Value
RGB130, 67, 88
HSL0.94, 0.32, 0.39
HSV340°, 48°, 51°
XYZ12.98, 9.47, 10.37
Base Numbers
Base Red Green Blue
Binary 10000010 1000011 1011000
Octal 202 103 130
Decimal 130 67 88
Hex 82 43 58

RGB Percentages for Color #824358

45.61%
23.51%
30.88%

CMYK Percentages of the Color #824358

48.46%
32.31%
49.02%
CSS Codes for Color #824358
.mybgColor {background-color: #824358;}
.myforeColor {color: #824358;}
.myborderColor {border:3px solid #824358;}
Text Font Color #824358

<p style="color:#824358">Text here</p>

This sample text is styled with the font color #824358. 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 #824358

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

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

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

The border color of this div is #824358
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(130, 67, 88, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #824358;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #824358;
-webkit-box-shadow: 1px 1px 3px #824358;
box-shadow: 1px 1px 3px #824358;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130, 67, 88, 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 #824358;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #824358; -webkit-box-shadow: 1px 1px 3px #824358; box-shadow: 1px 1px 3px #824358;">Div content here</div>

This div box has a shadow with a specified color. #824358

Scroll to Top