color details

Color Details
#807380 Color Hex

#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
Color spaces of #807380Value
RGB128, 115, 128
HSL0.83, 0.05, 0.48
HSV300°, 10°, 50°
XYZ18.93, 18.41, 22.97
Base Numbers
Base Red Green Blue
Binary 10000000 1110011 10000000
Octal 200 163 200
Decimal 128 115 128
Hex 80 73 80

RGB Percentages for Color #807380

34.5%
31%
34.5%

CMYK Percentages of the Color #807380

10.16%
49.8%
CSS Codes for Color #807380
.mybgColor {background-color: #807380;}
.myforeColor {color: #807380;}
.myborderColor {border:3px solid #807380;}
Text Font Color #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,

Background Color #807380

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

The background color of this div is #807380
Border Color #807380

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

The border color of this div is #807380
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128, 115, 128, 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 #807380;">Text here</p>

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

Shadow Div Box

<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>

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