Color Hex Logo

#887cac Color Hex

#887CAC
(136,124,172)
0 Favorites   0 Comments

Color spaces of #887cac

RGB 136124172
HSL0.710.220.58
HSV255°28°67°
CMYK 0.210.280.00   0.33
XYZ24.807422.628142.0899
Yxy22.62810.27710.2528
Hunter Lab47.56909.8426-19.1625
CIE-Lab54.687214.8483-23.8176

#887cac color RGB value is (136,124,172).

#887cac hex color red value is 136, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #887cac hue: 0.71 , saturation: 0.22 and the lightness value of 887cac is 0.58.

The process color (four color CMYK) of #887cac color hex is 0.21, 0.28, 0.00, 0.33. Web safe color of #887cac is #996699. Color #887cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 10101100
Octal 210 174 254
Decimal 136 124 172
Hex 88 7C AC

RGB Percentages of Color #887cac

%31.48
%28.70
%39.81

CMYK Percentages of Color #887cac

%21
%28
%0
%33

Triadic Colors of #887cac

#887cac #ac887c #7cac88

Analogous Colors of #887cac

#887cac #a07cac #7c88ac

Monochromatic Colors of #887cac

#887cac

Complementary Color

#887cac #a0ac7c

#887cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cac Color CSS Codes

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

#887cac Text Font Color

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

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


#887cac Background Color

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

This div background color is #887cac


#887cac Border Color

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

This div border color is #887cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cac


Comments

No comments written yet.

Please login to write comment.