Color Hex Logo

#887deb Color Hex

#887DEB
(136,125,235)
0 Favorites   0 Comments

Color spaces of #887deb

RGB 136125235
HSL0.680.730.71
HSV246°47°92°
CMYK 0.420.470.00   0.08
XYZ32.482425.899681.8844
Yxy25.89960.23160.1846
Hunter Lab50.891624.8701-59.7731
CIE-Lab57.941630.8607-54.3911

#887deb color RGB value is (136,125,235).

#887deb hex color red value is 136, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #887deb hue: 0.68 , saturation: 0.73 and the lightness value of 887deb is 0.71.

The process color (four color CMYK) of #887deb color hex is 0.42, 0.47, 0.00, 0.08. Web safe color of #887deb is #9966ff. Color #887deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 11101011
Octal 210 175 353
Decimal 136 125 235
Hex 88 7D EB

RGB Percentages of Color #887deb

%27.42
%25.20
%47.38

CMYK Percentages of Color #887deb

%42
%47
%0
%8

Triadic Colors of #887deb

#887deb #eb887d #7deb88

Analogous Colors of #887deb

#887deb #bf7deb #7da9eb

Monochromatic Colors of #887deb

#887deb

Complementary Color

#887deb #e0eb7d

#887deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#887deb Color CSS Codes

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

#887deb Text Font Color

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

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


#887deb Background Color

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

This div background color is #887deb


#887deb Border Color

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

This div border color is #887deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887deb


Comments

No comments written yet.

Please login to write comment.