Color Hex Logo

#8d596a Color Hex

#8D596A
(141,89,106)
0 Favorites   0 Comments

Color spaces of #8d596a

RGB 14189106
HSL0.950.230.45
HSV340°37°55°
CMYK 0.000.370.25   0.45
XYZ17.158413.848115.4043
Yxy13.84810.36970.2984
Hunter Lab37.213017.18101.5061
CIE-Lab44.014323.9029-0.7406

#8d596a color RGB value is (141,89,106).

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

The process color (four color CMYK) of #8d596a color hex is 0.00, 0.37, 0.25, 0.45. Web safe color of #8d596a is #996666. Color #8d596a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011001 01101010
Octal 215 131 152
Decimal 141 89 106
Hex 8D 59 6A

RGB Percentages of Color #8d596a

%41.96
%26.49
%31.55

CMYK Percentages of Color #8d596a

%0
%37
%25
%45

Triadic Colors of #8d596a

#8d596a #6a8d59 #596a8d

Analogous Colors of #8d596a

#8d596a #8d6259 #8d5984

Monochromatic Colors of #8d596a

#8d596a

Complementary Color

#8d596a #598d7c

#8d596a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d596a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d596a Color CSS Codes

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

#8d596a Text Font Color

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

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


#8d596a Background Color

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

This div background color is #8d596a


#8d596a Border Color

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

This div border color is #8d596a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d596a


Comments

No comments written yet.

Please login to write comment.