Color Hex Logo

#85809b Color Hex

#85809B
(133,128,155)
0 Favorites   0 Comments

Color spaces of #85809b

RGB 133128155
HSL0.700.120.55
HSV251°17°61°
CMYK 0.140.170.00   0.39
XYZ23.308422.791434.1810
Yxy22.79140.29030.2839
Hunter Lab47.74033.6040-9.0321
CIE-Lab54.85687.5469-13.7598

#85809b color RGB value is (133,128,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 10011011
Octal 205 200 233
Decimal 133 128 155
Hex 85 80 9B

RGB Percentages of Color #85809b

%31.97
%30.77
%37.26

CMYK Percentages of Color #85809b

%14
%17
%0
%39

Triadic Colors of #85809b

#85809b #9b8580 #809b85

Analogous Colors of #85809b

#85809b #93809b #80899b

Monochromatic Colors of #85809b

#85809b

Complementary Color

#85809b #969b80

#85809b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85809b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85809b Color CSS Codes

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

#85809b Text Font Color

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

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


#85809b Background Color

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

This div background color is #85809b


#85809b Border Color

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

This div border color is #85809b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85809b


Comments

No comments written yet.

Please login to write comment.