Color Hex Logo

#887cad Color Hex

#887CAD
(136,124,173)
0 Favorites   0 Comments

Color spaces of #887cad

RGB 136124173
HSL0.710.230.58
HSV255°28°68°
CMYK 0.210.280.00   0.32
XYZ24.903822.666742.5977
Yxy22.66670.27620.2514
Hunter Lab47.609610.0538-19.7219
CIE-Lab54.727415.0885-24.3319

#887cad color RGB value is (136,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 10101101
Octal 210 174 255
Decimal 136 124 173
Hex 88 7C AD

RGB Percentages of Color #887cad

%31.41
%28.64
%39.95

CMYK Percentages of Color #887cad

%21
%28
%0
%32

Triadic Colors of #887cad

#887cad #ad887c #7cad88

Analogous Colors of #887cad

#887cad #a17cad #7c89ad

Monochromatic Colors of #887cad

#887cad

Complementary Color

#887cad #a1ad7c

#887cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cad Color CSS Codes

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

#887cad Text Font Color

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

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


#887cad Background Color

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

This div background color is #887cad


#887cad Border Color

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

This div border color is #887cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cad


Comments

No comments written yet.

Please login to write comment.