Color Hex Logo

#886bba Color Hex

#886BBA
(136,107,186)
0 Favorites   0 Comments

Color spaces of #886bba

RGB 136107186
HSL0.730.360.57
HSV262°42°73°
CMYK 0.270.420.00   0.27
XYZ24.274019.294848.8993
Yxy19.29480.26250.2087
Hunter Lab43.925821.7712-35.2549
CIE-Lab51.030328.3037-37.5900

#886bba color RGB value is (136,107,186).

#886bba hex color red value is 136, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #886bba hue: 0.73 , saturation: 0.36 and the lightness value of 886bba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 10111010
Octal 210 153 272
Decimal 136 107 186
Hex 88 6B BA

RGB Percentages of Color #886bba

%31.70
%24.94
%43.36

CMYK Percentages of Color #886bba

%27
%42
%0
%27

Triadic Colors of #886bba

#886bba #ba886b #6bba88

Analogous Colors of #886bba

#886bba #b06bba #6b76ba

Monochromatic Colors of #886bba

#886bba

Complementary Color

#886bba #9dba6b

#886bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bba Color CSS Codes

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

#886bba Text Font Color

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

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


#886bba Background Color

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

This div background color is #886bba


#886bba Border Color

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

This div border color is #886bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bba


Comments

No comments written yet.

Please login to write comment.