#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 of #6A0DAD | Value |
---|---|
RGB | 106, 13, 173 |
HSL | 0.76, 0.86, 0.36 |
HSV | 275°, 92°, 68° |
XYZ | 13.63, 6.37, 40.04 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1101010 | 1101 | 10101101 |
Octal | 152 | 15 | 255 |
Decimal | 106 | 13 | 173 |
Hex | 6A | D | AD |
Shades of #6A0DAD
Tints of #6A0DAD
.mybgColor {background-color: #6A0DAD;} .myforeColor {color: #6A0DAD;} .myborderColor {border:3px solid #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,
<div style="background-color:#6A0DAD">Div content here</div>
<div style="border:3px solid #6A0DAD">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(106, 13, 173, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #6A0DAD;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>