Color Hex Logo

#8327aa Color Hex

#8327AA
(131,39,170)
0 Favorites   0 Comments

Color spaces of #8327aa

RGB 13139170
HSL0.780.630.41
HSV282°77°67°
CMYK 0.230.770.00   0.33
XYZ17.34139.178638.8879
Yxy9.17860.26510.1403
Hunter Lab30.296249.1536-54.8967
CIE-Lab36.325958.0430-51.6826

#8327aa color RGB value is (131,39,170).

#8327aa hex color red value is 131, green value is 39 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8327aa hue: 0.78 , saturation: 0.63 and the lightness value of 8327aa is 0.41.

The process color (four color CMYK) of #8327aa color hex is 0.23, 0.77, 0.00, 0.33. Web safe color of #8327aa is #993399. Color #8327aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100111 10101010
Octal 203 47 252
Decimal 131 39 170
Hex 83 27 AA

RGB Percentages of Color #8327aa

%38.53
%11.47
%50.00

CMYK Percentages of Color #8327aa

%23
%77
%0
%33

Triadic Colors of #8327aa

#8327aa #aa8327 #27aa83

Analogous Colors of #8327aa

#8327aa #aa2790 #4127aa

Monochromatic Colors of #8327aa

#8327aa

Complementary Color

#8327aa #4eaa27

#8327aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8327aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8327aa Color CSS Codes

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

#8327aa Text Font Color

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

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


#8327aa Background Color

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

This div background color is #8327aa


#8327aa Border Color

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

This div border color is #8327aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8327aa


Comments

No comments written yet.

Please login to write comment.