Color Hex Logo

#886376 Color Hex

#886376
(136,99,118)
0 Favorites   0 Comments

Color spaces of #886376

RGB 13699118
HSL0.910.160.46
HSV329°27°53°
CMYK 0.000.270.13   0.47
XYZ17.885215.465919.1821
Yxy15.46590.34050.2944
Hunter Lab39.326712.3574-1.3908
CIE-Lab46.265818.1330-4.7631

#886376 color RGB value is (136,99,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 01110110
Octal 210 143 166
Decimal 136 99 118
Hex 88 63 76

RGB Percentages of Color #886376

%38.53
%28.05
%33.43

CMYK Percentages of Color #886376

%0
%27
%13
%47

Triadic Colors of #886376

#886376 #768863 #637688

Analogous Colors of #886376

#886376 #886364 #886388

Monochromatic Colors of #886376

#886376

Complementary Color

#886376 #638875

#886376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886376 Color CSS Codes

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

#886376 Text Font Color

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

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


#886376 Background Color

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

This div background color is #886376


#886376 Border Color

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

This div border color is #886376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886376


Comments

No comments written yet.

Please login to write comment.