Color Hex Logo

#886b9f Color Hex

#886B9F
(136,107,159)
0 Favorites   0 Comments

Color spaces of #886b9f

RGB 136107159
HSL0.760.210.52
HSV273°33°62°
CMYK 0.140.330.00   0.38
XYZ21.669018.252835.1820
Yxy18.25280.28850.2430
Hunter Lab42.723315.7684-18.9181
CIE-Lab49.801321.8214-23.7904

#886b9f color RGB value is (136,107,159).

#886b9f hex color red value is 136, green value is 107 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #886b9f hue: 0.76 , saturation: 0.21 and the lightness value of 886b9f is 0.52.

The process color (four color CMYK) of #886b9f color hex is 0.14, 0.33, 0.00, 0.38. Web safe color of #886b9f is #996699. Color #886b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 10011111
Octal 210 153 237
Decimal 136 107 159
Hex 88 6B 9F

RGB Percentages of Color #886b9f

%33.83
%26.62
%39.55

CMYK Percentages of Color #886b9f

%14
%33
%0
%38

Triadic Colors of #886b9f

#886b9f #9f886b #6b9f88

Analogous Colors of #886b9f

#886b9f #9f6b9c #6e6b9f

Monochromatic Colors of #886b9f

#886b9f

Complementary Color

#886b9f #829f6b

#886b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#886b9f Color CSS Codes

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

#886b9f Text Font Color

<p style="color:#886b9f">Text here</p>

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


#886b9f Background Color

<div style="background-color:#886b9f">
Div content here</div>

This div background color is #886b9f


#886b9f Border Color

<div style="border:3px solid #886b9f">
Div here</div>

This div border color is #886b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,107,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #886b9f;
  box-shadow:         1px 1px 3px 2px #886b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886b9f


Comments

No comments written yet.

Please login to write comment.