Color Hex Logo

#857d8d Color Hex

#857D8D
(133,125,141)
0 Favorites   0 Comments

Color spaces of #857d8d

RGB 133125141
HSL0.750.070.52
HSV270°11°55°
CMYK 0.060.110.00   0.45
XYZ21.814221.576928.2143
Yxy21.57690.30460.3013
Hunter Lab46.45092.5377-3.4971
CIE-Lab53.57526.2354-7.5495

#857d8d color RGB value is (133,125,141).

#857d8d hex color red value is 133, green value is 125 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #857d8d hue: 0.75 , saturation: 0.07 and the lightness value of 857d8d is 0.52.

The process color (four color CMYK) of #857d8d color hex is 0.06, 0.11, 0.00, 0.45. Web safe color of #857d8d is #996699. Color #857d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 10001101
Octal 205 175 215
Decimal 133 125 141
Hex 85 7D 8D

RGB Percentages of Color #857d8d

%33.33
%31.33
%35.34

CMYK Percentages of Color #857d8d

%6
%11
%0
%45

Triadic Colors of #857d8d

#857d8d #8d857d #7d8d85

Analogous Colors of #857d8d

#857d8d #8d7d8d #7d7d8d

Monochromatic Colors of #857d8d

#857d8d

Complementary Color

#857d8d #858d7d

#857d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#857d8d Color CSS Codes

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

#857d8d Text Font Color

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

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


#857d8d Background Color

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

This div background color is #857d8d


#857d8d Border Color

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

This div border color is #857d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857d8d


Comments

No comments written yet.

Please login to write comment.