Color Hex Logo

#85708d Color Hex

#85708D
(133,112,141)
0 Favorites   0 Comments

Color spaces of #85708d

RGB 133112141
HSL0.790.110.50
HSV283°21°55°
CMYK 0.060.210.00   0.45
XYZ20.274818.498027.7012
Yxy18.49800.30500.2783
Hunter Lab43.00938.8795-8.0807
CIE-Lab50.094613.8603-12.7728

#85708d color RGB value is (133,112,141).

#85708d hex color red value is 133, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #85708d hue: 0.79 , saturation: 0.11 and the lightness value of 85708d is 0.50.

The process color (four color CMYK) of #85708d color hex is 0.06, 0.21, 0.00, 0.45. Web safe color of #85708d is #996699. Color #85708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 10001101
Octal 205 160 215
Decimal 133 112 141
Hex 85 70 8D

RGB Percentages of Color #85708d

%34.46
%29.02
%36.53

CMYK Percentages of Color #85708d

%6
%21
%0
%45

Triadic Colors of #85708d

#85708d #8d8570 #708d85

Analogous Colors of #85708d

#85708d #8d7087 #77708d

Monochromatic Colors of #85708d

#85708d

Complementary Color

#85708d #788d70

#85708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85708d Color CSS Codes

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

#85708d Text Font Color

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

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


#85708d Background Color

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

This div background color is #85708d


#85708d Border Color

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

This div border color is #85708d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,112,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 #85708d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85708d


Comments

No comments written yet.

Please login to write comment.