Color Hex Logo

#887fa0 Color Hex

#887FA0
(136,127,160)
0 Favorites   0 Comments

Color spaces of #887fa0

RGB 136127160
HSL0.710.150.56
HSV256°21°63°
CMYK 0.150.210.00   0.37
XYZ24.087922.951036.4181
Yxy22.95100.28860.2750
Hunter Lab47.90725.9128-11.5360
CIE-Lab55.021810.2863-16.3783

#887fa0 color RGB value is (136,127,160).

#887fa0 hex color red value is 136, green value is 127 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #887fa0 hue: 0.71 , saturation: 0.15 and the lightness value of 887fa0 is 0.56.

The process color (four color CMYK) of #887fa0 color hex is 0.15, 0.21, 0.00, 0.37. Web safe color of #887fa0 is #996699. Color #887fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 10100000
Octal 210 177 240
Decimal 136 127 160
Hex 88 7F A0

RGB Percentages of Color #887fa0

%32.15
%30.02
%37.83

CMYK Percentages of Color #887fa0

%15
%21
%0
%37

Triadic Colors of #887fa0

#887fa0 #a0887f #7fa088

Analogous Colors of #887fa0

#887fa0 #997fa0 #7f87a0

Monochromatic Colors of #887fa0

#887fa0

Complementary Color

#887fa0 #97a07f

#887fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fa0 Color CSS Codes

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

#887fa0 Text Font Color

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

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


#887fa0 Background Color

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

This div background color is #887fa0


#887fa0 Border Color

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

This div border color is #887fa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,127,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887fa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887fa0;
  -webkit-box-shadow: 1px 1px 3px 2px #887fa0;
  box-shadow:         1px 1px 3px 2px #887fa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fa0


Comments

No comments written yet.

Please login to write comment.