Color Hex Logo

#887cde Color Hex

#887CDE
(136,124,222)
0 Favorites   0 Comments

Color spaces of #887cde

RGB 136124222
HSL0.690.600.68
HSV247°44°87°
CMYK 0.390.440.00   0.13
XYZ30.545824.923572.3080
Yxy24.92350.23910.1951
Hunter Lab49.923421.8497-50.9279
CIE-Lab57.000827.8259-48.6272

#887cde color RGB value is (136,124,222).

#887cde hex color red value is 136, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #887cde hue: 0.69 , saturation: 0.60 and the lightness value of 887cde is 0.68.

The process color (four color CMYK) of #887cde color hex is 0.39, 0.44, 0.00, 0.13. Web safe color of #887cde is #9966cc. Color #887cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 11011110
Octal 210 174 336
Decimal 136 124 222
Hex 88 7C DE

RGB Percentages of Color #887cde

%28.22
%25.73
%46.06

CMYK Percentages of Color #887cde

%39
%44
%0
%13

Triadic Colors of #887cde

#887cde #de887c #7cde88

Analogous Colors of #887cde

#887cde #b97cde #7ca1de

Monochromatic Colors of #887cde

#887cde

Complementary Color

#887cde #d2de7c

#887cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#887cde Color CSS Codes

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

#887cde Text Font Color

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

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


#887cde Background Color

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

This div background color is #887cde


#887cde Border Color

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

This div border color is #887cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887cde


Comments

No comments written yet.

Please login to write comment.