Color Hex Logo

#887980 Color Hex

#887980
(136,121,128)
0 Favorites   0 Comments

Color spaces of #887980

RGB 136121128
HSL0.920.060.50
HSV332°11°53°
CMYK 0.000.110.06   0.47
XYZ20.887020.467523.2718
Yxy20.46750.32320.3167
Hunter Lab45.24103.23861.1702
CIE-Lab52.36177.0656-1.7135

#887980 color RGB value is (136,121,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 10000000
Octal 210 171 200
Decimal 136 121 128
Hex 88 79 80

RGB Percentages of Color #887980

%35.32
%31.43
%33.25

CMYK Percentages of Color #887980

%0
%11
%6
%47

Triadic Colors of #887980

#887980 #808879 #798088

Analogous Colors of #887980

#887980 #887a79 #887988

Monochromatic Colors of #887980

#887980

Complementary Color

#887980 #798881

#887980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887980 Color CSS Codes

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

#887980 Text Font Color

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

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


#887980 Background Color

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

This div background color is #887980


#887980 Border Color

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

This div border color is #887980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887980


Comments

No comments written yet.

Please login to write comment.