#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 of #824358 | Value |
|---|---|
| RGB | 130, 67, 88 |
| HSL | 0.94, 0.32, 0.39 |
| HSV | 340°, 48°, 51° |
| XYZ | 12.98, 9.47, 10.37 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000010 | 1000011 | 1011000 |
| Octal | 202 | 103 | 130 |
| Decimal | 130 | 67 | 88 |
| Hex | 82 | 43 | 58 |
Shades of #824358
Tints of #824358
.mybgColor {background-color: #824358;}
.myforeColor {color: #824358;}
.myborderColor {border:3px solid #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,
<div style="background-color:#824358">Div content here</div>
<div style="border:3px solid #824358">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(130, 67, 88, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #824358;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
