color details

Color Details
#5d004c Color Hex

#5d004c color RGB value is (5, 208, 4).
#5d004c hex color red value is 5, green value is 208, and blue value is 4.
Cylindrical-coordinate representations (HSL) of color #5d004c hue: 119.71, saturation: 0.96 and lightness: 0.42.

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

Color Spaces
Color spaces of #5d004cValue
RGB93, 0, 76
HSL0.86, 1, 0.18
HSV311°, 100°, 36°
XYZ5.82, 2.85, 7.08
Base Numbers
Base Red Green Blue
Binary 1011101 0 1001100
Octal 135 0 114
Decimal 93 0 76
Hex 5D 0 4C

RGB Percentages for Color #5d004c

55.03%
44.97%

CMYK Percentages of the Color #5d004c

100%
18.28%
63.53%
CSS Codes for Color #5d004c
.mybgColor {background-color: #5d004c;}
.myforeColor {color: #5d004c;}
.myborderColor {border:3px solid #5d004c;}
Text Font Color #5d004c

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

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

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

The background color of this div is #5d004c
Border Color #5d004c

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

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

<p style="text-shadow: 4px 4px 2px rgba(93, 0, 76, 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 #5d004c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #5d004c

Scroll to Top