Color Hex Logo

#886fb9 Color Hex

#886FB9
(136,111,185)
0 Favorites   0 Comments

Color spaces of #886fb9

RGB 136111185
HSL0.720.350.58
HSV260°40°73°
CMYK 0.260.400.00   0.27
XYZ24.594720.105948.4835
Yxy20.10590.26390.2158
Hunter Lab44.839619.4387-32.7205
CIE-Lab51.956725.7016-35.5575

#886fb9 color RGB value is (136,111,185).

#886fb9 hex color red value is 136, green value is 111 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #886fb9 hue: 0.72 , saturation: 0.35 and the lightness value of 886fb9 is 0.58.

The process color (four color CMYK) of #886fb9 color hex is 0.26, 0.40, 0.00, 0.27. Web safe color of #886fb9 is #9966cc. Color #886fb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 10111001
Octal 210 157 271
Decimal 136 111 185
Hex 88 6F B9

RGB Percentages of Color #886fb9

%31.48
%25.69
%42.82

CMYK Percentages of Color #886fb9

%26
%40
%0
%27

Triadic Colors of #886fb9

#886fb9 #b9886f #6fb988

Analogous Colors of #886fb9

#886fb9 #ad6fb9 #6f7bb9

Monochromatic Colors of #886fb9

#886fb9

Complementary Color

#886fb9 #a0b96f

#886fb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fb9 Color CSS Codes

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

#886fb9 Text Font Color

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

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


#886fb9 Background Color

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

This div background color is #886fb9


#886fb9 Border Color

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

This div border color is #886fb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fb9


Comments

No comments written yet.

Please login to write comment.