Color Hex Logo

#8400aa Color Hex

#8400AA
(132,0,170)
0 Favorites   0 Comments

Color spaces of #8400aa

RGB 1320170
HSL0.801.000.33
HSV287°100°67°
CMYK 0.221.000.00   0.33
XYZ16.77147.807838.6533
Yxy7.80780.26520.1235
Hunter Lab27.942458.2386-62.4573
CIE-Lab33.579466.7404-56.1321

#8400aa color RGB value is (132,0,170).

#8400aa hex color red value is 132, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8400aa hue: 0.80 , saturation: 1.00 and the lightness value of 8400aa is 0.33.

The process color (four color CMYK) of #8400aa color hex is 0.22, 1.00, 0.00, 0.33. Web safe color of #8400aa is #990099. Color #8400aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000000 10101010
Octal 204 0 252
Decimal 132 0 170
Hex 84 0 AA

RGB Percentages of Color #8400aa

%43.71
%0.00
%56.29

CMYK Percentages of Color #8400aa

%22
%100
%0
%33

Triadic Colors of #8400aa

#8400aa #aa8400 #00aa84

Analogous Colors of #8400aa

#8400aa #aa007b #2f00aa

Monochromatic Colors of #8400aa

#8400aa

Complementary Color

#8400aa #26aa00

#8400aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8400aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8400aa Color CSS Codes

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

#8400aa Text Font Color

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

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


#8400aa Background Color

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

This div background color is #8400aa


#8400aa Border Color

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

This div border color is #8400aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8400aa


Comments

No comments written yet.

Please login to write comment.