Color Hex Logo

#887dad Color Hex

#887DAD
(136,125,173)
0 Favorites   0 Comments

Color spaces of #887dad

RGB 136125173
HSL0.700.230.58
HSV254°28°68°
CMYK 0.210.280.00   0.32
XYZ25.029822.918642.6397
Yxy22.91860.27630.2530
Hunter Lab47.87349.5474-19.2969
CIE-Lab54.988414.5020-23.9299

#887dad color RGB value is (136,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 10101101
Octal 210 175 255
Decimal 136 125 173
Hex 88 7D AD

RGB Percentages of Color #887dad

%31.34
%28.80
%39.86

CMYK Percentages of Color #887dad

%21
%28
%0
%32

Triadic Colors of #887dad

#887dad #ad887d #7dad88

Analogous Colors of #887dad

#887dad #a07dad #7d8aad

Monochromatic Colors of #887dad

#887dad

Complementary Color

#887dad #a2ad7d

#887dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#887dad Color CSS Codes

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

#887dad Text Font Color

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

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


#887dad Background Color

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

This div background color is #887dad


#887dad Border Color

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

This div border color is #887dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,125,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 #887dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887dad


Comments

No comments written yet.

Please login to write comment.