Color Hex Logo

#886abe Color Hex

#886ABE
(136,106,190)
0 Favorites   0 Comments

Color spaces of #886abe

RGB 136106190
HSL0.730.390.58
HSV261°44°75°
CMYK 0.280.440.00   0.25
XYZ24.601619.260051.1361
Yxy19.26000.25900.2027
Hunter Lab43.886223.2621-38.3642
CIE-Lab50.990029.8983-39.9602

#886abe color RGB value is (136,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101010 10111110
Octal 210 152 276
Decimal 136 106 190
Hex 88 6A BE

RGB Percentages of Color #886abe

%31.48
%24.54
%43.98

CMYK Percentages of Color #886abe

%28
%44
%0
%25

Triadic Colors of #886abe

#886abe #be886a #6abe88

Analogous Colors of #886abe

#886abe #b26abe #6a76be

Monochromatic Colors of #886abe

#886abe

Complementary Color

#886abe #a0be6a

#886abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#886abe Color CSS Codes

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

#886abe Text Font Color

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

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


#886abe Background Color

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

This div background color is #886abe


#886abe Border Color

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

This div border color is #886abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886abe


Comments

No comments written yet.

Please login to write comment.