Color Hex Logo

#8886bf Color Hex

#8886BF
(136,134,191)
0 Favorites   0 Comments

Color spaces of #8886bf

RGB 136134191
HSL0.670.310.64
HSV242°30°75°
CMYK 0.290.300.00   0.25
XYZ28.082426.046052.8375
Yxy26.04600.26250.2435
Hunter Lab51.03538.9087-25.6590
CIE-Lab58.080713.7054-29.4402

#8886bf color RGB value is (136,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 10111111
Octal 210 206 277
Decimal 136 134 191
Hex 88 86 BF

RGB Percentages of Color #8886bf

%29.50
%29.07
%41.43

CMYK Percentages of Color #8886bf

%29
%30
%0
%25

Triadic Colors of #8886bf

#8886bf #bf8886 #86bf88

Analogous Colors of #8886bf

#8886bf #a586bf #86a1bf

Monochromatic Colors of #8886bf

#8886bf

Complementary Color

#8886bf #bdbf86

#8886bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8886bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8886bf Color CSS Codes

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

#8886bf Text Font Color

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

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


#8886bf Background Color

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

This div background color is #8886bf


#8886bf Border Color

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

This div border color is #8886bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8886bf


Comments

No comments written yet.

Please login to write comment.