Color Hex Logo

#885579 Color Hex

#885579
(136,85,121)
0 Favorites   0 Comments

Color spaces of #885579

RGB 13685121
HSL0.880.230.43
HSV318°38°53°
CMYK 0.000.380.11   0.47
XYZ16.853013.111719.7317
Yxy13.11170.33910.2638
Hunter Lab36.210119.7103-6.9614
CIE-Lab42.931126.8854-11.5734

#885579 color RGB value is (136,85,121).

#885579 hex color red value is 136, green value is 85 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #885579 hue: 0.88 , saturation: 0.23 and the lightness value of 885579 is 0.43.

The process color (four color CMYK) of #885579 color hex is 0.00, 0.38, 0.11, 0.47. Web safe color of #885579 is #996666. Color #885579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010101 01111001
Octal 210 125 171
Decimal 136 85 121
Hex 88 55 79

RGB Percentages of Color #885579

%39.77
%24.85
%35.38

CMYK Percentages of Color #885579

%0
%38
%11
%47

Triadic Colors of #885579

#885579 #798855 #557988

Analogous Colors of #885579

#885579 #88555f #7e5588

Monochromatic Colors of #885579

#885579

Complementary Color

#885579 #558864

#885579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885579 Color CSS Codes

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

#885579 Text Font Color

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

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


#885579 Background Color

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

This div background color is #885579


#885579 Border Color

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

This div border color is #885579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885579


Comments

No comments written yet.

Please login to write comment.