Color Hex Logo

#887992 Color Hex

#887992
(136,121,146)
0 Favorites   0 Comments

Color spaces of #887992

RGB 136121146
HSL0.770.100.52
HSV276°17°57°
CMYK 0.070.170.00   0.43
XYZ22.179020.984330.0755
Yxy20.98430.30280.2865
Hunter Lab45.80866.2586-6.8606
CIE-Lab52.932310.7034-11.4022

#887992 color RGB value is (136,121,146).

#887992 hex color red value is 136, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #887992 hue: 0.77 , saturation: 0.10 and the lightness value of 887992 is 0.52.

The process color (four color CMYK) of #887992 color hex is 0.07, 0.17, 0.00, 0.43. Web safe color of #887992 is #996699. Color #887992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 10010010
Octal 210 171 222
Decimal 136 121 146
Hex 88 79 92

RGB Percentages of Color #887992

%33.75
%30.02
%36.23

CMYK Percentages of Color #887992

%7
%17
%0
%43

Triadic Colors of #887992

#887992 #928879 #799288

Analogous Colors of #887992

#887992 #927990 #7c7992

Monochromatic Colors of #887992

#887992

Complementary Color

#887992 #839279

#887992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887992 Color CSS Codes

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

#887992 Text Font Color

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

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


#887992 Background Color

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

This div background color is #887992


#887992 Border Color

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

This div border color is #887992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887992

#887992 Color Palettes


Comments

No comments written yet.

Please login to write comment.