Color Hex Logo

#886fbe Color Hex

#886FBE
(136,111,190)
0 Favorites   0 Comments

Color spaces of #886fbe

RGB 136111190
HSL0.720.380.59
HSV259°42°75°
CMYK 0.280.420.00   0.25
XYZ25.132020.320851.3129
Yxy20.32080.25970.2100
Hunter Lab45.078620.6289-35.9347
CIE-Lab52.198026.9652-38.0564

#886fbe color RGB value is (136,111,190).

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

The process color (four color CMYK) of #886fbe color hex is 0.28, 0.42, 0.00, 0.25. Web safe color of #886fbe is #9966cc. Color #886fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101111 10111110
Octal 210 157 276
Decimal 136 111 190
Hex 88 6F BE

RGB Percentages of Color #886fbe

%31.12
%25.40
%43.48

CMYK Percentages of Color #886fbe

%28
%42
%0
%25

Triadic Colors of #886fbe

#886fbe #be886f #6fbe88

Analogous Colors of #886fbe

#886fbe #b06fbe #6f7ebe

Monochromatic Colors of #886fbe

#886fbe

Complementary Color

#886fbe #a5be6f

#886fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#886fbe Color CSS Codes

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

#886fbe Text Font Color

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

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


#886fbe Background Color

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

This div background color is #886fbe


#886fbe Border Color

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

This div border color is #886fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886fbe


Comments

No comments written yet.

Please login to write comment.