Color Hex Logo

#8811aa Color Hex

#8811AA
(136,17,170)
0 Favorites   0 Comments

Color spaces of #8811aa

RGB 13617170
HSL0.800.820.37
HSV287°90°67°
CMYK 0.200.900.00   0.33
XYZ17.60958.537438.7500
Yxy8.53740.27130.1316
Hunter Lab29.218856.4448-58.1772
CIE-Lab35.077964.8768-53.6664

#8811aa color RGB value is (136,17,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010001 10101010
Octal 210 21 252
Decimal 136 17 170
Hex 88 11 AA

RGB Percentages of Color #8811aa

%42.11
%5.26
%52.63

CMYK Percentages of Color #8811aa

%20
%90
%0
%33

Triadic Colors of #8811aa

#8811aa #aa8811 #11aa88

Analogous Colors of #8811aa

#8811aa #aa1180 #3c11aa

Monochromatic Colors of #8811aa

#8811aa

Complementary Color

#8811aa #33aa11

#8811aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8811aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8811aa Color CSS Codes

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

#8811aa Text Font Color

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

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


#8811aa Background Color

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

This div background color is #8811aa


#8811aa Border Color

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

This div border color is #8811aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8811aa


Comments

No comments written yet.

Please login to write comment.