Color Hex Logo

#807089 Color Hex

#807089
(128,112,137)
0 Favorites   0 Comments

Color spaces of #807089

RGB 128112137
HSL0.770.100.49
HSV278°18°54°
CMYK 0.070.180.00   0.46
XYZ19.211617.983726.1255
Yxy17.98370.30340.2840
Hunter Lab42.40726.6527-6.8413
CIE-Lab49.476311.2093-11.3889

#807089 color RGB value is (128,112,137).

#807089 hex color red value is 128, green value is 112 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #807089 hue: 0.77 , saturation: 0.10 and the lightness value of 807089 is 0.49.

The process color (four color CMYK) of #807089 color hex is 0.07, 0.18, 0.00, 0.46. Web safe color of #807089 is #996699. Color #807089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110000 10001001
Octal 200 160 211
Decimal 128 112 137
Hex 80 70 89

RGB Percentages of Color #807089

%33.95
%29.71
%36.34

CMYK Percentages of Color #807089

%7
%18
%0
%46

Triadic Colors of #807089

#807089 #898070 #708980

Analogous Colors of #807089

#807089 #897086 #747089

Monochromatic Colors of #807089

#807089

Complementary Color

#807089 #798970

#807089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807089 Color CSS Codes

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

#807089 Text Font Color

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

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


#807089 Background Color

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

This div background color is #807089


#807089 Border Color

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

This div border color is #807089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807089


Comments

No comments written yet.

Please login to write comment.