Color Hex Logo

#7321aa Color Hex

#7321AA
(115,33,170)
0 Favorites   0 Comments

Color spaces of #7321aa

RGB 11533170
HSL0.770.670.40
HSV276°81°67°
CMYK 0.320.810.00   0.33
XYZ14.86987.634838.7202
Yxy7.63480.24290.1247
Hunter Lab27.631147.7059-63.7427
CIE-Lab33.210457.3034-56.8498

#7321aa color RGB value is (115,33,170).

#7321aa hex color red value is 115, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7321aa hue: 0.77 , saturation: 0.67 and the lightness value of 7321aa is 0.40.

The process color (four color CMYK) of #7321aa color hex is 0.32, 0.81, 0.00, 0.33. Web safe color of #7321aa is #663399. Color #7321aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 10101010
Octal 163 41 252
Decimal 115 33 170
Hex 73 21 AA

RGB Percentages of Color #7321aa

%36.16
%10.38
%53.46

CMYK Percentages of Color #7321aa

%32
%81
%0
%33

Triadic Colors of #7321aa

#7321aa #aa7321 #21aa73

Analogous Colors of #7321aa

#7321aa #aa219d #2f21aa

Monochromatic Colors of #7321aa

#7321aa

Complementary Color

#7321aa #58aa21

#7321aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7321aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7321aa Color CSS Codes

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

#7321aa Text Font Color

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

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


#7321aa Background Color

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

This div background color is #7321aa


#7321aa Border Color

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

This div border color is #7321aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7321aa


Comments

No comments written yet.

Please login to write comment.