Color Hex Logo

#809085 Color Hex

#809085
(128,144,133)
0 Favorites   0 Comments

Color spaces of #809085

RGB 128144133
HSL0.390.070.53
HSV139°11°56°
CMYK 0.110.000.08   0.44
XYZ23.109026.229226.0351
Yxy26.22920.30660.3480
Hunter Lab51.2145-9.08255.7098
CIE-Lab58.2540-7.99103.8885

#809085 color RGB value is (128,144,133).

#809085 hex color red value is 128, green value is 144 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #809085 hue: 0.39 , saturation: 0.07 and the lightness value of 809085 is 0.53.

The process color (four color CMYK) of #809085 color hex is 0.11, 0.00, 0.08, 0.44. Web safe color of #809085 is #999999. Color #809085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 10000101
Octal 200 220 205
Decimal 128 144 133
Hex 80 90 85

RGB Percentages of Color #809085

%31.60
%35.56
%32.84

CMYK Percentages of Color #809085

%11
%0
%8
%44

Triadic Colors of #809085

#809085 #858090 #908580

Analogous Colors of #809085

#809085 #80908d #839080

Monochromatic Colors of #809085

#809085

Complementary Color

#809085 #90808b

#809085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809085 Color CSS Codes

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

#809085 Text Font Color

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

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


#809085 Background Color

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

This div background color is #809085


#809085 Border Color

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

This div border color is #809085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809085


Comments

No comments written yet.

Please login to write comment.