Color Hex Logo

#885971 Color Hex

#885971
(136,89,113)
0 Favorites   0 Comments

Color spaces of #885971

RGB 13689113
HSL0.910.210.44
HSV329°35°53°
CMYK 0.000.350.17   0.47
XYZ16.706413.571317.3618
Yxy13.57130.35070.2849
Hunter Lab36.839216.4801-2.1550
CIE-Lab43.611723.1346-5.6741

#885971 color RGB value is (136,89,113).

#885971 hex color red value is 136, green value is 89 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #885971 hue: 0.91 , saturation: 0.21 and the lightness value of 885971 is 0.44.

The process color (four color CMYK) of #885971 color hex is 0.00, 0.35, 0.17, 0.47. Web safe color of #885971 is #996666. Color #885971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 01110001
Octal 210 131 161
Decimal 136 89 113
Hex 88 59 71

RGB Percentages of Color #885971

%40.24
%26.33
%33.43

CMYK Percentages of Color #885971

%0
%35
%17
%47

Triadic Colors of #885971

#885971 #718859 #597188

Analogous Colors of #885971

#885971 #88595a #885988

Monochromatic Colors of #885971

#885971

Complementary Color

#885971 #598870

#885971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885971 Color CSS Codes

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

#885971 Text Font Color

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

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


#885971 Background Color

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

This div background color is #885971


#885971 Border Color

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

This div border color is #885971


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,89,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885971; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885971;
  -webkit-box-shadow: 1px 1px 3px 2px #885971;
  box-shadow:         1px 1px 3px 2px #885971; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885971


Comments

No comments written yet.

Please login to write comment.