Color Hex Logo

#857e7d Color Hex

#857E7D
(133,126,125)
0 Favorites   0 Comments

Color spaces of #857e7d

RGB 133126125
HSL0.020.030.51
HSV52°
CMYK 0.000.050.06   0.48
XYZ20.835421.388922.4324
Yxy21.38890.32220.3308
Hunter Lab46.2481-0.51763.6154
CIE-Lab53.37252.46001.4846

#857e7d color RGB value is (133,126,125).

#857e7d hex color red value is 133, green value is 126 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #857e7d hue: 0.02 , saturation: 0.03 and the lightness value of 857e7d is 0.51.

The process color (four color CMYK) of #857e7d color hex is 0.00, 0.05, 0.06, 0.48. Web safe color of #857e7d is #996666. Color #857e7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 01111101
Octal 205 176 175
Decimal 133 126 125
Hex 85 7E 7D

RGB Percentages of Color #857e7d

%34.64
%32.81
%32.55

CMYK Percentages of Color #857e7d

%0
%5
%6
%48

Triadic Colors of #857e7d

#857e7d #7d857e #7e7d85

Analogous Colors of #857e7d

#857e7d #85827d #857d80

Monochromatic Colors of #857e7d

#857e7d

Complementary Color

#857e7d #7d8485

#857e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#857e7d Color CSS Codes

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

#857e7d Text Font Color

<p style="color:#857e7d">Text here</p>

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


#857e7d Background Color

<div style="background-color:#857e7d">
Div content here</div>

This div background color is #857e7d


#857e7d Border Color

<div style="border:3px solid #857e7d">
Div here</div>

This div border color is #857e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857e7d


Comments

No comments written yet.

Please login to write comment.