Color Hex Logo

#80909d Color Hex

#80909D
(128,144,157)
0 Favorites   0 Comments

Color spaces of #80909d

RGB 128144157
HSL0.570.130.56
HSV207°18°62°
CMYK 0.180.080.00   0.38
XYZ24.961126.970035.7884
Yxy26.97000.28460.3075
Hunter Lab51.9326-5.0872-4.5057
CIE-Lab58.9465-2.8525-8.8067

#80909d color RGB value is (128,144,157).

#80909d hex color red value is 128, green value is 144 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #80909d hue: 0.57 , saturation: 0.13 and the lightness value of 80909d is 0.56.

The process color (four color CMYK) of #80909d color hex is 0.18, 0.08, 0.00, 0.38. Web safe color of #80909d is #999999. Color #80909d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 10011101
Octal 200 220 235
Decimal 128 144 157
Hex 80 90 9D

RGB Percentages of Color #80909d

%29.84
%33.57
%36.60

CMYK Percentages of Color #80909d

%18
%8
%0
%38

Triadic Colors of #80909d

#80909d #9d8090 #909d80

Analogous Colors of #80909d

#80909d #80829d #809d9c

Monochromatic Colors of #80909d

#80909d

Complementary Color

#80909d #9d8d80

#80909d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80909d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80909d Color CSS Codes

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

#80909d Text Font Color

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

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


#80909d Background Color

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

This div background color is #80909d


#80909d Border Color

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

This div border color is #80909d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80909d


Comments

No comments written yet.

Please login to write comment.