Color Hex Logo

#85697a Color Hex

#85697A
(133,105,122)
0 Favorites   0 Comments

Color spaces of #85697a

RGB 133105122
HSL0.900.120.47
HSV324°21°52°
CMYK 0.000.210.08   0.48
XYZ18.237316.494820.6350
Yxy16.49480.32940.2979
Hunter Lab40.61389.0799-1.6943
CIE-Lab47.617114.1766-5.1955

#85697a color RGB value is (133,105,122).

#85697a hex color red value is 133, green value is 105 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #85697a hue: 0.90 , saturation: 0.12 and the lightness value of 85697a is 0.47.

The process color (four color CMYK) of #85697a color hex is 0.00, 0.21, 0.08, 0.48. Web safe color of #85697a is #996666. Color #85697a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101001 01111010
Octal 205 151 172
Decimal 133 105 122
Hex 85 69 7A

RGB Percentages of Color #85697a

%36.94
%29.17
%33.89

CMYK Percentages of Color #85697a

%0
%21
%8
%48

Triadic Colors of #85697a

#85697a #7a8569 #697a85

Analogous Colors of #85697a

#85697a #85696c #826985

Monochromatic Colors of #85697a

#85697a

Complementary Color

#85697a #698574

#85697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85697a Color CSS Codes

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

#85697a Text Font Color

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

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


#85697a Background Color

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

This div background color is #85697a


#85697a Border Color

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

This div border color is #85697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85697a


Comments

No comments written yet.

Please login to write comment.