color details

Color Details
#523476 Color Hex

#523476 color RGB value is (5, 35, 71).
#523476 hex color red value is 5, green value is 35, and blue value is 71.
Cylindrical-coordinate representations (HSL) of color #523476 hue: 212.73, saturation: 0.87 and lightness: 0.15.

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

Color Spaces
Color spaces of #523476Value
RGB82, 52, 118
HSL0.74, 0.39, 0.33
HSV267°, 56°, 46°
XYZ7.98, 5.56, 17.79
Base Numbers
Base Red Green Blue
Binary 1010010 110100 1110110
Octal 122 64 166
Decimal 82 52 118
Hex 52 34 76

RGB Percentages for Color #523476

32.54%
20.63%
46.83%

CMYK Percentages of the Color #523476

30.51%
55.93%
53.73%
CSS Codes for Color #523476
.mybgColor {background-color: #523476;}
.myforeColor {color: #523476;}
.myborderColor {border:3px solid #523476;}
Text Font Color #523476

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(82, 52, 118, 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 #523476;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top