Color Hex Logo

#886f81 Color Hex

#886F81
(136,111,129)
0 Favorites   0 Comments

Color spaces of #886f81

RGB 136111129
HSL0.880.100.48
HSV317°18°53°
CMYK 0.000.180.05   0.47
XYZ19.800218.188123.2359
Yxy18.18810.32340.2971
Hunter Lab42.64758.2401-2.4501
CIE-Lab49.723513.1107-6.2007

#886f81 color RGB value is (136,111,129).

#886f81 hex color red value is 136, green value is 111 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #886f81 hue: 0.88 , saturation: 0.10 and the lightness value of 886f81 is 0.48.

The process color (four color CMYK) of #886f81 color hex is 0.00, 0.18, 0.05, 0.47. Web safe color of #886f81 is #996699. Color #886f81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 10000001
Octal 210 157 201
Decimal 136 111 129
Hex 88 6F 81

RGB Percentages of Color #886f81

%36.17
%29.52
%34.31

CMYK Percentages of Color #886f81

%0
%18
%5
%47

Triadic Colors of #886f81

#886f81 #81886f #6f8188

Analogous Colors of #886f81

#886f81 #886f75 #836f88

Monochromatic Colors of #886f81

#886f81

Complementary Color

#886f81 #6f8876

#886f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886f81 Color CSS Codes

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

#886f81 Text Font Color

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

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


#886f81 Background Color

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

This div background color is #886f81


#886f81 Border Color

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

This div border color is #886f81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,111,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886f81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886f81;
  -webkit-box-shadow: 1px 1px 3px 2px #886f81;
  box-shadow:         1px 1px 3px 2px #886f81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886f81


Comments

No comments written yet.

Please login to write comment.