Color Hex Logo

#887ccd Color Hex

#887CCD
(136,124,205)
0 Favorites   0 Comments

Color spaces of #887ccd

RGB 136124205
HSL0.690.450.65
HSV249°40°80°
CMYK 0.340.400.00   0.20
XYZ28.380424.057360.9053
Yxy24.05730.25040.2123
Hunter Lab49.048217.4496-39.2892
CIE-Lab56.145123.2222-40.4009

#887ccd color RGB value is (136,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111100 11001101
Octal 210 174 315
Decimal 136 124 205
Hex 88 7C CD

RGB Percentages of Color #887ccd

%29.25
%26.67
%44.09

CMYK Percentages of Color #887ccd

%34
%40
%0
%20

Triadic Colors of #887ccd

#887ccd #cd887c #7ccd88

Analogous Colors of #887ccd

#887ccd #b17ccd #7c99cd

Monochromatic Colors of #887ccd

#887ccd

Complementary Color

#887ccd #c1cd7c

#887ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#887ccd Color CSS Codes

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

#887ccd Text Font Color

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

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


#887ccd Background Color

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

This div background color is #887ccd


#887ccd Border Color

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

This div border color is #887ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887ccd


Comments

No comments written yet.

Please login to write comment.