Color Hex Logo

#887cab Color Hex

#887CAB
(136,124,171)
0 Favorites   0 Comments

Color spaces of #887cab

RGB 136124171
HSL0.710.220.58
HSV255°27°67°
CMYK 0.200.270.00   0.33
XYZ24.711722.589841.5859
Yxy22.58980.27800.2541
Hunter Lab47.52879.6326-18.6065
CIE-Lab54.647314.6088-23.3026

#887cab color RGB value is (136,124,171).

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

The process color (four color CMYK) of #887cab color hex is 0.20, 0.27, 0.00, 0.33. Web safe color of #887cab is #996699. Color #887cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 10101011
Octal 210 174 253
Decimal 136 124 171
Hex 88 7C AB

RGB Percentages of Color #887cab

%31.55
%28.77
%39.68

CMYK Percentages of Color #887cab

%20
%27
%0
%33

Triadic Colors of #887cab

#887cab #ab887c #7cab88

Analogous Colors of #887cab

#887cab #a07cab #7c88ab

Monochromatic Colors of #887cab

#887cab

Complementary Color

#887cab #9fab7c

#887cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cab Color CSS Codes

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

#887cab Text Font Color

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

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


#887cab Background Color

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

This div background color is #887cab


#887cab Border Color

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

This div border color is #887cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cab


Comments

No comments written yet.

Please login to write comment.