Color Hex Logo

#85808d Color Hex

#85808D
(133,128,141)
0 Favorites   0 Comments

Color spaces of #85808d

RGB 133128141
HSL0.730.050.53
HSV263°55°
CMYK 0.060.090.00   0.45
XYZ22.199822.348028.3428
Yxy22.34800.30460.3066
Hunter Lab47.27371.0950-2.4556
CIE-Lab54.39434.4979-6.3305

#85808d color RGB value is (133,128,141).

#85808d hex color red value is 133, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #85808d hue: 0.73 , saturation: 0.05 and the lightness value of 85808d is 0.53.

The process color (four color CMYK) of #85808d color hex is 0.06, 0.09, 0.00, 0.45. Web safe color of #85808d is #999999. Color #85808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 10001101
Octal 205 200 215
Decimal 133 128 141
Hex 85 80 8D

RGB Percentages of Color #85808d

%33.08
%31.84
%35.07

CMYK Percentages of Color #85808d

%6
%9
%0
%45

Triadic Colors of #85808d

#85808d #8d8580 #808d85

Analogous Colors of #85808d

#85808d #8c808d #80828d

Monochromatic Colors of #85808d

#85808d

Complementary Color

#85808d #888d80

#85808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85808d Color CSS Codes

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

#85808d Text Font Color

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

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


#85808d Background Color

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

This div background color is #85808d


#85808d Border Color

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

This div border color is #85808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85808d


Comments

No comments written yet.

Please login to write comment.