Color Hex Logo

#8806aa Color Hex

#8806AA
(136,6,170)
0 Favorites   0 Comments

Color spaces of #8806aa

RGB 1366170
HSL0.800.930.35
HSV288°96°67°
CMYK 0.200.960.00   0.33
XYZ17.47428.266838.7049
Yxy8.26680.27110.1283
Hunter Lab28.752058.1682-59.6875
CIE-Lab34.532566.4960-54.5518

#8806aa color RGB value is (136,6,170).

#8806aa hex color red value is 136, green value is 6 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8806aa hue: 0.80 , saturation: 0.93 and the lightness value of 8806aa is 0.35.

The process color (four color CMYK) of #8806aa color hex is 0.20, 0.96, 0.00, 0.33. Web safe color of #8806aa is #990099. Color #8806aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 10101010
Octal 210 6 252
Decimal 136 6 170
Hex 88 6 AA

RGB Percentages of Color #8806aa

%43.59
%1.92
%54.49

CMYK Percentages of Color #8806aa

%20
%96
%0
%33

Triadic Colors of #8806aa

#8806aa #aa8806 #06aa88

Analogous Colors of #8806aa

#8806aa #aa067a #3606aa

Monochromatic Colors of #8806aa

#8806aa

Complementary Color

#8806aa #28aa06

#8806aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8806aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8806aa Color CSS Codes

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

#8806aa Text Font Color

<p style="color:#8806aa">Text here</p>

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


#8806aa Background Color

<div style="background-color:#8806aa">
Div content here</div>

This div background color is #8806aa


#8806aa Border Color

<div style="border:3px solid #8806aa">
Div here</div>

This div border color is #8806aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,6,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8806aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8806aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8806aa;
  box-shadow:         1px 1px 3px 2px #8806aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8806aa


Comments

No comments written yet.

Please login to write comment.