Color Hex Logo

#807990 Color Hex

#807990
(128,121,144)
0 Favorites   0 Comments

Color spaces of #807990

RGB 128121144
HSL0.720.090.52
HSV258°16°56°
CMYK 0.110.160.00   0.44
XYZ20.773520.277629.2046
Yxy20.27760.29570.2886
Hunter Lab45.03073.5418-6.9310
CIE-Lab52.14967.4323-11.4820

#807990 color RGB value is (128,121,144).

#807990 hex color red value is 128, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #807990 hue: 0.72 , saturation: 0.09 and the lightness value of 807990 is 0.52.

The process color (four color CMYK) of #807990 color hex is 0.11, 0.16, 0.00, 0.44. Web safe color of #807990 is #996699. Color #807990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 10010000
Octal 200 171 220
Decimal 128 121 144
Hex 80 79 90

RGB Percentages of Color #807990

%32.57
%30.79
%36.64

CMYK Percentages of Color #807990

%11
%16
%0
%44

Triadic Colors of #807990

#807990 #908079 #799080

Analogous Colors of #807990

#807990 #8c7990 #797e90

Monochromatic Colors of #807990

#807990

Complementary Color

#807990 #899079

#807990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807990 Color CSS Codes

.mybgcolor {background-color:#807990; } 
.myforecolor {color:#807990; }
.mybordercolor {border:3px solid #807990; }

#807990 Text Font Color

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

This sample text font color is #807990
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#807990 Background Color

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

This div background color is #807990


#807990 Border Color

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

This div border color is #807990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,121,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807990;
  -webkit-box-shadow: 1px 1px 3px 2px #807990;
  box-shadow:         1px 1px 3px 2px #807990; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,121,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #807990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807990


Comments

No comments written yet.

Please login to write comment.