Color Hex Logo

#8887bf Color Hex

#8887BF
(136,135,191)
0 Favorites   0 Comments

Color spaces of #8887bf

RGB 136135191
HSL0.670.300.64
HSV241°29°75°
CMYK 0.290.290.00   0.25
XYZ28.221326.323852.8838
Yxy26.32380.26270.2450
Hunter Lab51.30678.3973-25.1978
CIE-Lab58.343113.1223-29.0336

#8887bf color RGB value is (136,135,191).

#8887bf hex color red value is 136, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8887bf hue: 0.67 , saturation: 0.30 and the lightness value of 8887bf is 0.64.

The process color (four color CMYK) of #8887bf color hex is 0.29, 0.29, 0.00, 0.25. Web safe color of #8887bf is #9999cc. Color #8887bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000111 10111111
Octal 210 207 277
Decimal 136 135 191
Hex 88 87 BF

RGB Percentages of Color #8887bf

%29.44
%29.22
%41.34

CMYK Percentages of Color #8887bf

%29
%29
%0
%25

Triadic Colors of #8887bf

#8887bf #bf8887 #87bf88

Analogous Colors of #8887bf

#8887bf #a487bf #87a2bf

Monochromatic Colors of #8887bf

#8887bf

Complementary Color

#8887bf #bebf87

#8887bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8887bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8887bf Color CSS Codes

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

#8887bf Text Font Color

<p style="color:#8887bf">Text here</p>

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


#8887bf Background Color

<div style="background-color:#8887bf">
Div content here</div>

This div background color is #8887bf


#8887bf Border Color

<div style="border:3px solid #8887bf">
Div here</div>

This div border color is #8887bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8887bf


Comments

No comments written yet.

Please login to write comment.