Color Hex Logo

#a711ac Color Hex

#A711AC
(167,17,172)
0 Favorites   0 Comments

Color spaces of #a711ac

RGB 16717172
HSL0.830.820.37
HSV298°90°67°
CMYK 0.030.900.00   0.33
XYZ23.583211.594940.0248
Yxy11.59490.31360.1542
Hunter Lab34.051364.0356-45.8552
CIE-Lab40.564970.3751-45.7436

#a711ac color RGB value is (167,17,172).

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

The process color (four color CMYK) of #a711ac color hex is 0.03, 0.90, 0.00, 0.33. Web safe color of #a711ac is #990099. Color #a711ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 10101100
Octal 247 21 254
Decimal 167 17 172
Hex A7 11 AC

RGB Percentages of Color #a711ac

%46.91
%4.78
%48.31

CMYK Percentages of Color #a711ac

%3
%90
%0
%33

Triadic Colors of #a711ac

#a711ac #aca711 #11aca7

Analogous Colors of #a711ac

#a711ac #ac1163 #5a11ac

Monochromatic Colors of #a711ac

#a711ac

Complementary Color

#a711ac #16ac11

#a711ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a711ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a711ac Color CSS Codes

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

#a711ac Text Font Color

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

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


#a711ac Background Color

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

This div background color is #a711ac


#a711ac Border Color

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

This div border color is #a711ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a711ac


Comments

No comments written yet.

Please login to write comment.