Color Hex Logo

#85809a Color Hex

#85809A
(133,128,154)
0 Favorites   0 Comments

Color spaces of #85809a

RGB 133128154
HSL0.700.110.55
HSV252°17°60°
CMYK 0.140.170.00   0.40
XYZ23.224822.758033.7405
Yxy22.75800.29130.2855
Hunter Lab47.70533.4163-8.5402
CIE-Lab54.82227.3215-13.2331

#85809a color RGB value is (133,128,154).

#85809a hex color red value is 133, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #85809a hue: 0.70 , saturation: 0.11 and the lightness value of 85809a is 0.55.

The process color (four color CMYK) of #85809a color hex is 0.14, 0.17, 0.00, 0.40. Web safe color of #85809a is #999999. Color #85809a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 10011010
Octal 205 200 232
Decimal 133 128 154
Hex 85 80 9A

RGB Percentages of Color #85809a

%32.05
%30.84
%37.11

CMYK Percentages of Color #85809a

%14
%17
%0
%40

Triadic Colors of #85809a

#85809a #9a8580 #809a85

Analogous Colors of #85809a

#85809a #92809a #80889a

Monochromatic Colors of #85809a

#85809a

Complementary Color

#85809a #959a80

#85809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85809a Color CSS Codes

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

#85809a Text Font Color

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

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


#85809a Background Color

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

This div background color is #85809a


#85809a Border Color

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

This div border color is #85809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85809a


Comments

No comments written yet.

Please login to write comment.