Color Hex Logo

#886972 Color Hex

#886972
(136,105,114)
0 Favorites   0 Comments

Color spaces of #886972

RGB 136105114
HSL0.950.130.47
HSV343°23°53°
CMYK 0.000.230.16   0.47
XYZ18.242216.552318.1530
Yxy16.55230.34450.3126
Hunter Lab40.68458.83832.0246
CIE-Lab47.690913.8842-0.2641

#886972 color RGB value is (136,105,114).

#886972 hex color red value is 136, green value is 105 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #886972 hue: 0.95 , saturation: 0.13 and the lightness value of 886972 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 01110010
Octal 210 151 162
Decimal 136 105 114
Hex 88 69 72

RGB Percentages of Color #886972

%38.31
%29.58
%32.11

CMYK Percentages of Color #886972

%0
%23
%16
%47

Triadic Colors of #886972

#886972 #728869 #697288

Analogous Colors of #886972

#886972 #887069 #886982

Monochromatic Colors of #886972

#886972

Complementary Color

#886972 #69887f

#886972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886972 Color CSS Codes

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

#886972 Text Font Color

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

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


#886972 Background Color

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

This div background color is #886972


#886972 Border Color

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

This div border color is #886972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886972


Comments

No comments written yet.

Please login to write comment.