Color Hex Logo

#885776 Color Hex

#885776
(136,87,118)
0 Favorites   0 Comments

Color spaces of #885776

RGB 13687118
HSL0.890.220.44
HSV322°36°53°
CMYK 0.000.360.13   0.47
XYZ16.831613.358618.8309
Yxy13.35860.34340.2725
Hunter Lab36.549418.2407-4.9627
CIE-Lab43.298725.1819-9.1904

#885776 color RGB value is (136,87,118).

#885776 hex color red value is 136, green value is 87 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #885776 hue: 0.89 , saturation: 0.22 and the lightness value of 885776 is 0.44.

The process color (four color CMYK) of #885776 color hex is 0.00, 0.36, 0.13, 0.47. Web safe color of #885776 is #996666. Color #885776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010111 01110110
Octal 210 127 166
Decimal 136 87 118
Hex 88 57 76

RGB Percentages of Color #885776

%39.88
%25.51
%34.60

CMYK Percentages of Color #885776

%0
%36
%13
%47

Triadic Colors of #885776

#885776 #768857 #577688

Analogous Colors of #885776

#885776 #88575e #825788

Monochromatic Colors of #885776

#885776

Complementary Color

#885776 #578869

#885776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885776 Color CSS Codes

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

#885776 Text Font Color

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

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


#885776 Background Color

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

This div background color is #885776


#885776 Border Color

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

This div border color is #885776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885776


Comments

No comments written yet.

Please login to write comment.