Color Hex Logo

#887fcd Color Hex

#887FCD
(136,127,205)
0 Favorites   0 Comments

Color spaces of #887fcd

RGB 136127205
HSL0.690.440.65
HSV247°38°80°
CMYK 0.340.380.00   0.20
XYZ28.762224.820861.0326
Yxy24.82080.25090.2166
Hunter Lab49.820515.8652-37.7589
CIE-Lab56.900421.4586-39.2134

#887fcd color RGB value is (136,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 11001101
Octal 210 177 315
Decimal 136 127 205
Hex 88 7F CD

RGB Percentages of Color #887fcd

%29.06
%27.14
%43.80

CMYK Percentages of Color #887fcd

%34
%38
%0
%20

Triadic Colors of #887fcd

#887fcd #cd887f #7fcd88

Analogous Colors of #887fcd

#887fcd #af7fcd #7f9dcd

Monochromatic Colors of #887fcd

#887fcd

Complementary Color

#887fcd #c4cd7f

#887fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fcd Color CSS Codes

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

#887fcd Text Font Color

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

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


#887fcd Background Color

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

This div background color is #887fcd


#887fcd Border Color

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

This div border color is #887fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,127,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 #887fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fcd


Comments

No comments written yet.

Please login to write comment.