Color Hex Logo

#8d585e Color Hex

#8D585E
(141,88,94)
0 Favorites   0 Comments

Color spaces of #8d585e

RGB 1418894
HSL0.980.230.45
HSV353°38°55°
CMYK 0.000.380.33   0.45
XYZ16.494613.450312.3165
Yxy13.45030.39030.3183
Hunter Lab36.674716.10065.7608
CIE-Lab43.434022.71195.7474

#8d585e color RGB value is (141,88,94).

#8d585e hex color red value is 141, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8d585e hue: 0.98 , saturation: 0.23 and the lightness value of 8d585e is 0.45.

The process color (four color CMYK) of #8d585e color hex is 0.00, 0.38, 0.33, 0.45. Web safe color of #8d585e is #996666. Color #8d585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011000 01011110
Octal 215 130 136
Decimal 141 88 94
Hex 8D 58 5E

RGB Percentages of Color #8d585e

%43.65
%27.24
%29.10

CMYK Percentages of Color #8d585e

%0
%38
%33
%45

Triadic Colors of #8d585e

#8d585e #5e8d58 #585e8d

Analogous Colors of #8d585e

#8d585e #8d6d58 #8d5879

Monochromatic Colors of #8d585e

#8d585e

Complementary Color

#8d585e #588d87

#8d585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d585e Color CSS Codes

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

#8d585e Text Font Color

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

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


#8d585e Background Color

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

This div background color is #8d585e


#8d585e Border Color

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

This div border color is #8d585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d585e


Comments

No comments written yet.

Please login to write comment.