Color Hex Logo

#7211aa Color Hex

#7211AA
(114,17,170)
0 Favorites   0 Comments

Color spaces of #7211aa

RGB 11417170
HSL0.770.820.37
HSV278°90°67°
CMYK 0.330.900.00   0.33
XYZ14.39566.880638.5996
Yxy6.88060.24040.1149
Hunter Lab26.230952.0573-68.8855
CIE-Lab31.533561.6365-59.5938

#7211aa color RGB value is (114,17,170).

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

The process color (four color CMYK) of #7211aa color hex is 0.33, 0.90, 0.00, 0.33. Web safe color of #7211aa is #660099. Color #7211aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 10101010
Octal 162 21 252
Decimal 114 17 170
Hex 72 11 AA

RGB Percentages of Color #7211aa

%37.87
%5.65
%56.48

CMYK Percentages of Color #7211aa

%33
%90
%0
%33

Triadic Colors of #7211aa

#7211aa #aa7211 #11aa72

Analogous Colors of #7211aa

#7211aa #aa1196 #2611aa

Monochromatic Colors of #7211aa

#7211aa

Complementary Color

#7211aa #49aa11

#7211aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7211aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7211aa Color CSS Codes

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

#7211aa Text Font Color

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

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


#7211aa Background Color

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

This div background color is #7211aa


#7211aa Border Color

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

This div border color is #7211aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7211aa


Comments

No comments written yet.

Please login to write comment.