Color Hex Logo

#8442aa Color Hex

#8442AA
(132,66,170)
0 Favorites   0 Comments

Color spaces of #8442aa

RGB 13266170
HSL0.770.440.46
HSV278°61°67°
CMYK 0.220.610.00   0.33
XYZ18.719611.704239.3027
Yxy11.70420.26850.1679
Hunter Lab34.211437.8007-44.1655
CIE-Lab40.742146.3303-44.5713

#8442aa color RGB value is (132,66,170).

#8442aa hex color red value is 132, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8442aa hue: 0.77 , saturation: 0.44 and the lightness value of 8442aa is 0.46.

The process color (four color CMYK) of #8442aa color hex is 0.22, 0.61, 0.00, 0.33. Web safe color of #8442aa is #993399. Color #8442aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000010 10101010
Octal 204 102 252
Decimal 132 66 170
Hex 84 42 AA

RGB Percentages of Color #8442aa

%35.87
%17.93
%46.20

CMYK Percentages of Color #8442aa

%22
%61
%0
%33

Triadic Colors of #8442aa

#8442aa #aa8442 #42aa84

Analogous Colors of #8442aa

#8442aa #aa429c #5042aa

Monochromatic Colors of #8442aa

#8442aa

Complementary Color

#8442aa #68aa42

#8442aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8442aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8442aa Color CSS Codes

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

#8442aa Text Font Color

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

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


#8442aa Background Color

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

This div background color is #8442aa


#8442aa Border Color

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

This div border color is #8442aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8442aa


Comments

No comments written yet.

Please login to write comment.