Color Hex Logo

#7220aa Color Hex

#7220AA
(114,32,170)
0 Favorites   0 Comments

Color spaces of #7220aa

RGB 11432170
HSL0.770.680.40
HSV276°81°67°
CMYK 0.330.810.00   0.33
XYZ14.71167.512738.7049
Yxy7.51270.24150.1233
Hunter Lab27.409347.8413-64.5374
CIE-Lab32.946757.4814-57.2859

#7220aa color RGB value is (114,32,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 10101010
Octal 162 40 252
Decimal 114 32 170
Hex 72 20 AA

RGB Percentages of Color #7220aa

%36.08
%10.13
%53.80

CMYK Percentages of Color #7220aa

%33
%81
%0
%33

Triadic Colors of #7220aa

#7220aa #aa7220 #20aa72

Analogous Colors of #7220aa

#7220aa #aa209d #2d20aa

Monochromatic Colors of #7220aa

#7220aa

Complementary Color

#7220aa #58aa20

#7220aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7220aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7220aa Color CSS Codes

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

#7220aa Text Font Color

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

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


#7220aa Background Color

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

This div background color is #7220aa


#7220aa Border Color

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

This div border color is #7220aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7220aa


Comments

No comments written yet.

Please login to write comment.