Color Hex Logo

#887986 Color Hex

#887986
(136,121,134)
0 Favorites   0 Comments

Color spaces of #887986

RGB 136121134
HSL0.860.060.50
HSV308°11°53°
CMYK 0.000.110.01   0.47
XYZ21.293820.630225.4140
Yxy20.63020.31620.3064
Hunter Lab45.42054.1976-1.3800
CIE-Lab52.54248.2332-4.9640

#887986 color RGB value is (136,121,134).

#887986 hex color red value is 136, green value is 121 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #887986 hue: 0.86 , saturation: 0.06 and the lightness value of 887986 is 0.50.

The process color (four color CMYK) of #887986 color hex is 0.00, 0.11, 0.01, 0.47. Web safe color of #887986 is #996699. Color #887986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 10000110
Octal 210 171 206
Decimal 136 121 134
Hex 88 79 86

RGB Percentages of Color #887986

%34.78
%30.95
%34.27

CMYK Percentages of Color #887986

%0
%11
%1
%47

Triadic Colors of #887986

#887986 #868879 #798688

Analogous Colors of #887986

#887986 #88797f #837988

Monochromatic Colors of #887986

#887986

Complementary Color

#887986 #79887b

#887986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887986 Color CSS Codes

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

#887986 Text Font Color

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

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


#887986 Background Color

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

This div background color is #887986


#887986 Border Color

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

This div border color is #887986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887986


Comments

No comments written yet.

Please login to write comment.