Color Hex Logo

#886372 Color Hex

#886372
(136,99,114)
0 Favorites   0 Comments

Color spaces of #886372

RGB 13699114
HSL0.930.160.46
HSV336°27°53°
CMYK 0.000.270.16   0.47
XYZ17.652415.372817.9565
Yxy15.37280.34620.3015
Hunter Lab39.208211.75040.2922
CIE-Lab46.140617.4240-2.5384

#886372 color RGB value is (136,99,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 01110010
Octal 210 143 162
Decimal 136 99 114
Hex 88 63 72

RGB Percentages of Color #886372

%38.97
%28.37
%32.66

CMYK Percentages of Color #886372

%0
%27
%16
%47

Triadic Colors of #886372

#886372 #728863 #637288

Analogous Colors of #886372

#886372 #886763 #886385

Monochromatic Colors of #886372

#886372

Complementary Color

#886372 #638879

#886372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886372 Color CSS Codes

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

#886372 Text Font Color

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

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


#886372 Background Color

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

This div background color is #886372


#886372 Border Color

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

This div border color is #886372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886372


Comments

No comments written yet.

Please login to write comment.