Color Hex Logo

#85847c Color Hex

#85847C
(133,132,124)
0 Favorites   0 Comments

Color spaces of #85847c

RGB 133132124
HSL0.150.040.50
HSV53°52°
CMYK 0.000.010.07   0.48
XYZ21.562222.944322.3610
Yxy22.94430.32250.3431
Hunter Lab47.9002-3.47395.8521
CIE-Lab55.0149-1.15384.4418

#85847c color RGB value is (133,132,124).

#85847c hex color red value is 133, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #85847c hue: 0.15 , saturation: 0.04 and the lightness value of 85847c is 0.50.

The process color (four color CMYK) of #85847c color hex is 0.00, 0.01, 0.07, 0.48. Web safe color of #85847c is #999966. Color #85847c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 01111100
Octal 205 204 174
Decimal 133 132 124
Hex 85 84 7C

RGB Percentages of Color #85847c

%34.19
%33.93
%31.88

CMYK Percentages of Color #85847c

%0
%1
%7
%48

Triadic Colors of #85847c

#85847c #7c8584 #847c85

Analogous Colors of #85847c

#85847c #82857c #85807c

Monochromatic Colors of #85847c

#85847c

Complementary Color

#85847c #7c7d85

#85847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85847c Color CSS Codes

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

#85847c Text Font Color

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

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


#85847c Background Color

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

This div background color is #85847c


#85847c Border Color

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

This div border color is #85847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85847c


Comments

No comments written yet.

Please login to write comment.