Color Hex Logo

#8d857b Color Hex

#8D857B
(141,133,123)
0 Favorites   0 Comments

Color spaces of #8d857b

RGB 141133123
HSL0.090.070.52
HSV33°13°55°
CMYK 0.000.060.13   0.45
XYZ22.947223.867822.1364
Yxy23.86780.33280.3462
Hunter Lab48.8547-1.65377.3336
CIE-Lab55.95521.18756.4593

#8d857b color RGB value is (141,133,123).

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

The process color (four color CMYK) of #8d857b color hex is 0.00, 0.06, 0.13, 0.45. Web safe color of #8d857b is #999966. Color #8d857b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000101 01111011
Octal 215 205 173
Decimal 141 133 123
Hex 8D 85 7B

RGB Percentages of Color #8d857b

%35.52
%33.50
%30.98

CMYK Percentages of Color #8d857b

%0
%6
%13
%45

Triadic Colors of #8d857b

#8d857b #7b8d85 #857b8d

Analogous Colors of #8d857b

#8d857b #8c8d7b #8d7c7b

Monochromatic Colors of #8d857b

#8d857b

Complementary Color

#8d857b #7b838d

#8d857b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d857b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d857b Color CSS Codes

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

#8d857b Text Font Color

<p style="color:#8d857b">Text here</p>

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


#8d857b Background Color

<div style="background-color:#8d857b">
Div content here</div>

This div background color is #8d857b


#8d857b Border Color

<div style="border:3px solid #8d857b">
Div here</div>

This div border color is #8d857b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d857b

#8d857b Color Palettes


Comments

No comments written yet.

Please login to write comment.