color details

Color Details
#6A0DAD Color Hex

#6A0DAD color RGB value is (6, 160, 218).
#6A0DAD hex color red value is 6, green value is 160, and blue value is 218.
Cylindrical-coordinate representations (HSL) of color #6A0DAD hue: 196.42, saturation: 0.95 and lightness: 0.44.

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

Color Spaces
Color spaces of #6A0DADValue
RGB106, 13, 173
HSL0.76, 0.86, 0.36
HSV275°, 92°, 68°
XYZ13.63, 6.37, 40.04
Base Numbers
Base Red Green Blue
Binary 1101010 1101 10101101
Octal 152 15 255
Decimal 106 13 173
Hex 6A D AD

RGB Percentages for Color #6A0DAD

36.3%
4.45%
59.25%

CMYK Percentages of the Color #6A0DAD

38.73%
92.49%
32.16%
CSS Codes for Color #6A0DAD
.mybgColor {background-color: #6A0DAD;}
.myforeColor {color: #6A0DAD;}
.myborderColor {border:3px solid #6A0DAD;}
Text Font Color #6A0DAD

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

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

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

The background color of this div is #6A0DAD
Border Color #6A0DAD

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

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

<p style="text-shadow: 4px 4px 2px rgba(106, 13, 173, 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 #6A0DAD;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #6A0DAD
Scroll to Top