Color Hex Logo

#8a32aa Color Hex

#8A32AA
(138,50,170)
0 Favorites   0 Comments

Color spaces of #8a32aa

RGB 13850170
HSL0.790.550.43
HSV284°71°67°
CMYK 0.190.710.00   0.33
XYZ18.877510.586839.0787
Yxy10.58680.27540.1545
Hunter Lab32.537446.6216-48.4336
CIE-Lab38.875655.1910-47.5182

#8a32aa color RGB value is (138,50,170).

#8a32aa hex color red value is 138, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8a32aa hue: 0.79 , saturation: 0.55 and the lightness value of 8a32aa is 0.43.

The process color (four color CMYK) of #8a32aa color hex is 0.19, 0.71, 0.00, 0.33. Web safe color of #8a32aa is #993399. Color #8a32aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110010 10101010
Octal 212 62 252
Decimal 138 50 170
Hex 8A 32 AA

RGB Percentages of Color #8a32aa

%38.55
%13.97
%47.49

CMYK Percentages of Color #8a32aa

%19
%71
%0
%33

Triadic Colors of #8a32aa

#8a32aa #aa8a32 #32aa8a

Analogous Colors of #8a32aa

#8a32aa #aa328e #4e32aa

Monochromatic Colors of #8a32aa

#8a32aa

Complementary Color

#8a32aa #52aa32

#8a32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a32aa Color CSS Codes

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

#8a32aa Text Font Color

<p style="color:#8a32aa">Text here</p>

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


#8a32aa Background Color

<div style="background-color:#8a32aa">
Div content here</div>

This div background color is #8a32aa


#8a32aa Border Color

<div style="border:3px solid #8a32aa">
Div here</div>

This div border color is #8a32aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,50,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a32aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a32aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8a32aa;
  box-shadow:         1px 1px 3px 2px #8a32aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,50,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 #8a32aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a32aa


Comments

No comments written yet.

Please login to write comment.