color details

Color Details
#5A4FCF Color Hex

#5A4FCF color RGB value is (5, 164, 252).
#5A4FCF hex color red value is 5, green value is 164, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #5A4FCF hue: 201.38, saturation: 0.98 and lightness: 0.5.

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

Color Spaces
Color spaces of #5A4FCFValue
RGB90, 79, 207
HSL0.68, 0.57, 0.56
HSV245°, 62°, 81°
XYZ18.27, 12.27, 60.42
Base Numbers
Base Red Green Blue
Binary 1011010 1001111 11001111
Octal 132 117 317
Decimal 90 79 207
Hex 5A 4F CF

RGB Percentages for Color #5A4FCF

23.94%
21.01%
55.05%

CMYK Percentages of the Color #5A4FCF

56.52%
61.84%
18.82%
CSS Codes for Color #5A4FCF
.mybgColor {background-color: #5A4FCF;}
.myforeColor {color: #5A4FCF;}
.myborderColor {border:3px solid #5A4FCF;}
Text Font Color #5A4FCF

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(90, 79, 207, 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 #5A4FCF;">Text here</p>

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

Shadow Div Box

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

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