Color Hex Logo

#8431aa Color Hex

#8431AA
(132,49,170)
0 Favorites   0 Comments

Color spaces of #8431aa

RGB 13249170
HSL0.780.550.43
HSV281°71°67°
CMYK 0.220.710.00   0.33
XYZ17.869710.004439.0194
Yxy10.00440.26710.1496
Hunter Lab31.629745.4943-51.0011
CIE-Lab37.850354.3239-49.2141

#8431aa color RGB value is (132,49,170).

#8431aa hex color red value is 132, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8431aa hue: 0.78 , saturation: 0.55 and the lightness value of 8431aa is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 10101010
Octal 204 61 252
Decimal 132 49 170
Hex 84 31 AA

RGB Percentages of Color #8431aa

%37.61
%13.96
%48.43

CMYK Percentages of Color #8431aa

%22
%71
%0
%33

Triadic Colors of #8431aa

#8431aa #aa8431 #31aa84

Analogous Colors of #8431aa

#8431aa #aa3194 #4831aa

Monochromatic Colors of #8431aa

#8431aa

Complementary Color

#8431aa #57aa31

#8431aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8431aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8431aa Color CSS Codes

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

#8431aa Text Font Color

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

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


#8431aa Background Color

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

This div background color is #8431aa


#8431aa Border Color

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

This div border color is #8431aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8431aa


Comments

No comments written yet.

Please login to write comment.