Color Hex Logo

#85708a Color Hex

#85708A
(133,112,138)
0 Favorites   0 Comments

Color spaces of #85708a

RGB 133112138
HSL0.800.100.49
HSV288°19°54°
CMYK 0.040.190.00   0.46
XYZ20.054518.409926.5412
Yxy18.40990.30850.2832
Hunter Lab42.90688.3436-6.6408
CIE-Lab49.989513.2273-11.1597

#85708a color RGB value is (133,112,138).

#85708a hex color red value is 133, green value is 112 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #85708a hue: 0.80 , saturation: 0.10 and the lightness value of 85708a is 0.49.

The process color (four color CMYK) of #85708a color hex is 0.04, 0.19, 0.00, 0.46. Web safe color of #85708a is #996699. Color #85708a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 10001010
Octal 205 160 212
Decimal 133 112 138
Hex 85 70 8A

RGB Percentages of Color #85708a

%34.73
%29.24
%36.03

CMYK Percentages of Color #85708a

%4
%19
%0
%46

Triadic Colors of #85708a

#85708a #8a8570 #708a85

Analogous Colors of #85708a

#85708a #8a7082 #78708a

Monochromatic Colors of #85708a

#85708a

Complementary Color

#85708a #758a70

#85708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85708a Color CSS Codes

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

#85708a Text Font Color

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

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


#85708a Background Color

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

This div background color is #85708a


#85708a Border Color

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

This div border color is #85708a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85708a


Comments

No comments written yet.

Please login to write comment.