Color Hex Logo

#886bbe Color Hex

#886BBE
(136,107,190)
0 Favorites   0 Comments

Color spaces of #886bbe

RGB 136107190
HSL0.720.390.58
HSV261°44°75°
CMYK 0.280.440.00   0.25
XYZ24.705319.467351.1707
Yxy19.46730.25910.2042
Hunter Lab44.121822.7352-37.8770
CIE-Lab51.229529.3131-39.5823

#886bbe color RGB value is (136,107,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 10111110
Octal 210 153 276
Decimal 136 107 190
Hex 88 6B BE

RGB Percentages of Color #886bbe

%31.41
%24.71
%43.88

CMYK Percentages of Color #886bbe

%28
%44
%0
%25

Triadic Colors of #886bbe

#886bbe #be886b #6bbe88

Analogous Colors of #886bbe

#886bbe #b26bbe #6b78be

Monochromatic Colors of #886bbe

#886bbe

Complementary Color

#886bbe #a1be6b

#886bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bbe Color CSS Codes

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

#886bbe Text Font Color

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

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


#886bbe Background Color

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

This div background color is #886bbe


#886bbe Border Color

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

This div border color is #886bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,107,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 #886bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bbe


Comments

No comments written yet.

Please login to write comment.