Color Hex Logo

#887fbf Color Hex

#887FBF
(136,127,191)
0 Favorites   0 Comments

Color spaces of #887fbf

RGB 136127191
HSL0.690.330.62
HSV248°34°75°
CMYK 0.290.340.00   0.25
XYZ27.146724.174652.5256
Yxy24.17460.26140.2328
Hunter Lab49.167712.5109-28.9219
CIE-Lab56.262217.8032-32.2657

#887fbf color RGB value is (136,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111111 10111111
Octal 210 177 277
Decimal 136 127 191
Hex 88 7F BF

RGB Percentages of Color #887fbf

%29.96
%27.97
%42.07

CMYK Percentages of Color #887fbf

%29
%34
%0
%25

Triadic Colors of #887fbf

#887fbf #bf887f #7fbf88

Analogous Colors of #887fbf

#887fbf #a87fbf #7f96bf

Monochromatic Colors of #887fbf

#887fbf

Complementary Color

#887fbf #b6bf7f

#887fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#887fbf Color CSS Codes

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

#887fbf Text Font Color

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

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


#887fbf Background Color

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

This div background color is #887fbf


#887fbf Border Color

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

This div border color is #887fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887fbf


Comments

No comments written yet.

Please login to write comment.