Color Hex Logo

#85687e Color Hex

#85687E
(133,104,126)
0 Favorites   0 Comments

Color spaces of #85687e

RGB 133104126
HSL0.870.120.46
HSV314°22°52°
CMYK 0.000.220.05   0.48
XYZ18.389116.393521.9337
Yxy16.39350.32420.2890
Hunter Lab40.488910.2149-3.7764
CIE-Lab47.486615.5370-7.7817

#85687e color RGB value is (133,104,126).

#85687e hex color red value is 133, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #85687e hue: 0.87 , saturation: 0.12 and the lightness value of 85687e is 0.46.

The process color (four color CMYK) of #85687e color hex is 0.00, 0.22, 0.05, 0.48. Web safe color of #85687e is #996666. Color #85687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 01111110
Octal 205 150 176
Decimal 133 104 126
Hex 85 68 7E

RGB Percentages of Color #85687e

%36.64
%28.65
%34.71

CMYK Percentages of Color #85687e

%0
%22
%5
%48

Triadic Colors of #85687e

#85687e #7e8568 #687e85

Analogous Colors of #85687e

#85687e #856870 #7e6885

Monochromatic Colors of #85687e

#85687e

Complementary Color

#85687e #68856f

#85687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85687e Color CSS Codes

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

#85687e Text Font Color

<p style="color:#85687e">Text here</p>

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


#85687e Background Color

<div style="background-color:#85687e">
Div content here</div>

This div background color is #85687e


#85687e Border Color

<div style="border:3px solid #85687e">
Div here</div>

This div border color is #85687e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,104,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85687e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85687e;
  -webkit-box-shadow: 1px 1px 3px 2px #85687e;
  box-shadow:         1px 1px 3px 2px #85687e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85687e


Comments

No comments written yet.

Please login to write comment.