color details

Color Details
#8091ca Color Hex

#8091ca color RGB value is (8, 9, 28).
#8091ca hex color red value is 8, green value is 9, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #8091ca hue: 237, saturation: 0.56 and lightness: 0.07.

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

Color Spaces
Color spaces of #8091caValue
RGB128, 145, 202
HSL0.63, 0.41, 0.65
HSV226°, 37°, 79°
XYZ29.69, 29.1, 59.92
Base Numbers
Base Red Green Blue
Binary 10000000 10010001 11001010
Octal 200 221 312
Decimal 128 145 202
Hex 80 91 CA

RGB Percentages for Color #8091ca

26.95%
30.53%
42.53%

CMYK Percentages of the Color #8091ca

36.63%
28.22%
20.78%
CSS Codes for Color #8091ca
.mybgColor {background-color: #8091ca;}
.myforeColor {color: #8091ca;}
.myborderColor {border:3px solid #8091ca;}
Text Font Color #8091ca

<p style="color:#8091ca">Text here</p>

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

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

The background color of this div is #8091ca
Border Color #8091ca

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

The border color of this div is #8091ca
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(128, 145, 202, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #8091ca;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #8091ca;
-webkit-box-shadow: 1px 1px 3px #8091ca;
box-shadow: 1px 1px 3px #8091ca;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #8091ca

Scroll to Top