Color Hex Logo

#887dbd Color Hex

#887DBD
(136,125,189)
0 Favorites   0 Comments

Color spaces of #887dbd

RGB 136125189
HSL0.700.330.62
HSV250°34°74°
CMYK 0.280.340.00   0.26
XYZ26.672323.575651.2889
Yxy23.57560.26270.2322
Hunter Lab48.554713.0837-28.6404
CIE-Lab55.660318.4679-32.0625

#887dbd color RGB value is (136,125,189).

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

The process color (four color CMYK) of #887dbd color hex is 0.28, 0.34, 0.00, 0.26. Web safe color of #887dbd is #9966cc. Color #887dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 10111101
Octal 210 175 275
Decimal 136 125 189
Hex 88 7D BD

RGB Percentages of Color #887dbd

%30.22
%27.78
%42.00

CMYK Percentages of Color #887dbd

%28
%34
%0
%26

Triadic Colors of #887dbd

#887dbd #bd887d #7dbd88

Analogous Colors of #887dbd

#887dbd #a87dbd #7d92bd

Monochromatic Colors of #887dbd

#887dbd

Complementary Color

#887dbd #b2bd7d

#887dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#887dbd Color CSS Codes

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

#887dbd Text Font Color

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

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


#887dbd Background Color

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

This div background color is #887dbd


#887dbd Border Color

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

This div border color is #887dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887dbd


Comments

No comments written yet.

Please login to write comment.