Color Hex Logo

#887dce Color Hex

#887DCE
(136,125,206)
0 Favorites   0 Comments

Color spaces of #887dce

RGB 136125206
HSL0.690.450.65
HSV248°39°81°
CMYK 0.340.390.00   0.19
XYZ28.627524.357761.5852
Yxy24.35770.24990.2126
Hunter Lab49.353517.1702-39.4369
CIE-Lab56.444222.9003-40.4962

#887dce color RGB value is (136,125,206).

#887dce hex color red value is 136, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #887dce hue: 0.69 , saturation: 0.45 and the lightness value of 887dce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 11001110
Octal 210 175 316
Decimal 136 125 206
Hex 88 7D CE

RGB Percentages of Color #887dce

%29.12
%26.77
%44.11

CMYK Percentages of Color #887dce

%34
%39
%0
%19

Triadic Colors of #887dce

#887dce #ce887d #7dce88

Analogous Colors of #887dce

#887dce #b17dce #7d9bce

Monochromatic Colors of #887dce

#887dce

Complementary Color

#887dce #c3ce7d

#887dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#887dce Color CSS Codes

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

#887dce Text Font Color

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

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


#887dce Background Color

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

This div background color is #887dce


#887dce Border Color

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

This div border color is #887dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887dce


Comments

No comments written yet.

Please login to write comment.