Color Hex Logo

#886aad Color Hex

#886AAD
(136,106,173)
0 Favorites   0 Comments

Color spaces of #886aad

RGB 136106173
HSL0.740.290.55
HSV267°39°68°
CMYK 0.210.390.00   0.32
XYZ22.850218.559441.9132
Yxy18.55940.27420.2227
Hunter Lab43.080619.2863-27.5269
CIE-Lab50.167725.6943-31.4057

#886aad color RGB value is (136,106,173).

#886aad hex color red value is 136, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #886aad hue: 0.74 , saturation: 0.29 and the lightness value of 886aad is 0.55.

The process color (four color CMYK) of #886aad color hex is 0.21, 0.39, 0.00, 0.32. Web safe color of #886aad is #996699. Color #886aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101010 10101101
Octal 210 152 255
Decimal 136 106 173
Hex 88 6A AD

RGB Percentages of Color #886aad

%32.77
%25.54
%41.69

CMYK Percentages of Color #886aad

%21
%39
%0
%32

Triadic Colors of #886aad

#886aad #ad886a #6aad88

Analogous Colors of #886aad

#886aad #aa6aad #6a6ead

Monochromatic Colors of #886aad

#886aad

Complementary Color

#886aad #8fad6a

#886aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#886aad Color CSS Codes

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

#886aad Text Font Color

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

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


#886aad Background Color

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

This div background color is #886aad


#886aad Border Color

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

This div border color is #886aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886aad


Comments

No comments written yet.

Please login to write comment.