Color Hex Logo

#7211ac Color Hex

#7211AC
(114,17,172)
0 Favorites   0 Comments

Color spaces of #7211ac

RGB 11417172
HSL0.770.820.37
HSV278°90°67°
CMYK 0.340.900.00   0.33
XYZ14.58636.956939.6038
Yxy6.95690.23850.1138
Hunter Lab26.375952.5554-70.5615
CIE-Lab31.708662.0537-60.5090

#7211ac color RGB value is (114,17,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 10101100
Octal 162 21 254
Decimal 114 17 172
Hex 72 11 AC

RGB Percentages of Color #7211ac

%37.62
%5.61
%56.77

CMYK Percentages of Color #7211ac

%34
%90
%0
%33

Triadic Colors of #7211ac

#7211ac #ac7211 #11ac72

Analogous Colors of #7211ac

#7211ac #ac1199 #2511ac

Monochromatic Colors of #7211ac

#7211ac

Complementary Color

#7211ac #4bac11

#7211ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7211ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7211ac Color CSS Codes

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

#7211ac Text Font Color

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

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


#7211ac Background Color

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

This div background color is #7211ac


#7211ac Border Color

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

This div border color is #7211ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,17,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7211ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7211ac


Comments

No comments written yet.

Please login to write comment.