#807380 color RGB value is (8, 7, 56).
#807380 hex color red value is 8, green value is 7, and blue value is 56.
Cylindrical-coordinate representations (HSL) of color #807380
hue: 241.22,
saturation: 0.78 and lightness: 0.12.
The process color (four-color CMYK) of #807380 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #807380 is #ff9999. Color #807380 contains mainly RED.
Color spaces of #807380 | Value |
---|---|
RGB | 128, 115, 128 |
HSL | 0.83, 0.05, 0.48 |
HSV | 300°, 10°, 50° |
XYZ | 18.93, 18.41, 22.97 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 1110011 | 10000000 |
Octal | 200 | 163 | 200 |
Decimal | 128 | 115 | 128 |
Hex | 80 | 73 | 80 |
Shades of #807380
Tints of #807380
.mybgColor {background-color: #807380;} .myforeColor {color: #807380;} .myborderColor {border:3px solid #807380;}
<p style="color:#807380">Text here</p>
This sample text is styled with the font color #807380. 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:#807380">Div content here</div>
<div style="border:3px solid #807380">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128, 115, 128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #807380; } .divShadow { -moz-box-shadow: 1px 1px 3px #807380; -webkit-box-shadow: 1px 1px 3px #807380; box-shadow: 1px 1px 3px #807380; }
<p style="text-shadow: 4px 4px 2px rgba(128, 115, 128, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #807380;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #807380;
-webkit-box-shadow: 1px 1px 3px #807380;
box-shadow: 1px 1px 3px #807380;">Div content here</div>