Color Hex Logo

#85657c Color Hex

#85657C
(133,101,124)
0 Favorites   0 Comments

Color spaces of #85657c

RGB 133101124
HSL0.880.140.46
HSV317°24°52°
CMYK 0.000.240.07   0.48
XYZ17.964615.749121.1618
Yxy15.74910.32740.2870
Hunter Lab39.685111.3541-3.8364
CIE-Lab46.643616.9281-7.8433

#85657c color RGB value is (133,101,124).

#85657c hex color red value is 133, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #85657c hue: 0.88 , saturation: 0.14 and the lightness value of 85657c is 0.46.

The process color (four color CMYK) of #85657c color hex is 0.00, 0.24, 0.07, 0.48. Web safe color of #85657c is #996666. Color #85657c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100101 01111100
Octal 205 145 174
Decimal 133 101 124
Hex 85 65 7C

RGB Percentages of Color #85657c

%37.15
%28.21
%34.64

CMYK Percentages of Color #85657c

%0
%24
%7
%48

Triadic Colors of #85657c

#85657c #7c8565 #657c85

Analogous Colors of #85657c

#85657c #85656c #7e6585

Monochromatic Colors of #85657c

#85657c

Complementary Color

#85657c #65856e

#85657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85657c Color CSS Codes

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

#85657c Text Font Color

<p style="color:#85657c">Text here</p>

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


#85657c Background Color

<div style="background-color:#85657c">
Div content here</div>

This div background color is #85657c


#85657c Border Color

<div style="border:3px solid #85657c">
Div here</div>

This div border color is #85657c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,101,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85657c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85657c;
  -webkit-box-shadow: 1px 1px 3px 2px #85657c;
  box-shadow:         1px 1px 3px 2px #85657c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85657c


Comments

No comments written yet.

Please login to write comment.