Color Hex Logo

#807a9f Color Hex

#807A9F
(128,122,159)
0 Favorites   0 Comments

Color spaces of #807a9f

RGB 128122159
HSL0.690.160.55
HSV250°23°62°
CMYK 0.190.230.00   0.38
XYZ22.119621.011535.6907
Yxy21.01150.28060.2666
Hunter Lab45.83835.9194-14.0777
CIE-Lab52.962110.3001-18.9990

#807a9f color RGB value is (128,122,159).

#807a9f hex color red value is 128, green value is 122 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #807a9f hue: 0.69 , saturation: 0.16 and the lightness value of 807a9f is 0.55.

The process color (four color CMYK) of #807a9f color hex is 0.19, 0.23, 0.00, 0.38. Web safe color of #807a9f is #996699. Color #807a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111010 10011111
Octal 200 172 237
Decimal 128 122 159
Hex 80 7A 9F

RGB Percentages of Color #807a9f

%31.30
%29.83
%38.88

CMYK Percentages of Color #807a9f

%19
%23
%0
%38

Triadic Colors of #807a9f

#807a9f #9f807a #7a9f80

Analogous Colors of #807a9f

#807a9f #937a9f #7a879f

Monochromatic Colors of #807a9f

#807a9f

Complementary Color

#807a9f #999f7a

#807a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#807a9f Color CSS Codes

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

#807a9f Text Font Color

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

This sample text font color is #807a9f
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.


#807a9f Background Color

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

This div background color is #807a9f


#807a9f Border Color

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

This div border color is #807a9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,122,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807a9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807a9f;
  -webkit-box-shadow: 1px 1px 3px 2px #807a9f;
  box-shadow:         1px 1px 3px 2px #807a9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807a9f


Comments

No comments written yet.

Please login to write comment.