Color Hex Logo

#886bbb Color Hex

#886BBB
(136,107,187)
0 Favorites   0 Comments

Color spaces of #886bbb

RGB 136107187
HSL0.730.370.58
HSV262°43°73°
CMYK 0.270.430.00   0.27
XYZ24.380719.337549.4612
Yxy19.33750.26170.2075
Hunter Lab43.974422.0103-35.9056
CIE-Lab51.079728.5549-38.0893

#886bbb color RGB value is (136,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 10111011
Octal 210 153 273
Decimal 136 107 187
Hex 88 6B BB

RGB Percentages of Color #886bbb

%31.63
%24.88
%43.49

CMYK Percentages of Color #886bbb

%27
%43
%0
%27

Triadic Colors of #886bbb

#886bbb #bb886b #6bbb88

Analogous Colors of #886bbb

#886bbb #b06bbb #6b76bb

Monochromatic Colors of #886bbb

#886bbb

Complementary Color

#886bbb #9ebb6b

#886bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bbb Color CSS Codes

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

#886bbb Text Font Color

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

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


#886bbb Background Color

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

This div background color is #886bbb


#886bbb Border Color

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

This div border color is #886bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bbb


Comments

No comments written yet.

Please login to write comment.