Color Hex Logo

#886576 Color Hex

#886576
(136,101,118)
0 Favorites   0 Comments

Color spaces of #886576

RGB 136101118
HSL0.920.150.46
HSV331°26°53°
CMYK 0.000.260.13   0.47
XYZ18.077015.849619.2461
Yxy15.84960.34000.2981
Hunter Lab39.811611.3802-0.7945
CIE-Lab46.776516.9521-4.0071

#886576 color RGB value is (136,101,118).

#886576 hex color red value is 136, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #886576 hue: 0.92 , saturation: 0.15 and the lightness value of 886576 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01110110
Octal 210 145 166
Decimal 136 101 118
Hex 88 65 76

RGB Percentages of Color #886576

%38.31
%28.45
%33.24

CMYK Percentages of Color #886576

%0
%26
%13
%47

Triadic Colors of #886576

#886576 #768865 #657688

Analogous Colors of #886576

#886576 #886665 #886588

Monochromatic Colors of #886576

#886576

Complementary Color

#886576 #658877

#886576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886576 Color CSS Codes

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

#886576 Text Font Color

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

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


#886576 Background Color

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

This div background color is #886576


#886576 Border Color

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

This div border color is #886576


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,101,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 #886576">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886576


Comments

No comments written yet.

Please login to write comment.