Color Hex Logo

#a71dac Color Hex

#A71DAC
(167,29,172)
0 Favorites   0 Comments

Color spaces of #a71dac

RGB 16729172
HSL0.830.710.39
HSV298°83°67°
CMYK 0.030.830.00   0.33
XYZ23.822112.072840.1044
Yxy12.07280.31350.1589
Hunter Lab34.745961.5757-44.1115
CIE-Lab41.331668.1278-44.5166

#a71dac color RGB value is (167,29,172).

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

The process color (four color CMYK) of #a71dac color hex is 0.03, 0.83, 0.00, 0.33. Web safe color of #a71dac is #993399. Color #a71dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011101 10101100
Octal 247 35 254
Decimal 167 29 172
Hex A7 1D AC

RGB Percentages of Color #a71dac

%45.38
%7.88
%46.74

CMYK Percentages of Color #a71dac

%3
%83
%0
%33

Triadic Colors of #a71dac

#a71dac #aca71d #1daca7

Analogous Colors of #a71dac

#a71dac #ac1d6a #5f1dac

Monochromatic Colors of #a71dac

#a71dac

Complementary Color

#a71dac #22ac1d

#a71dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71dac Color CSS Codes

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

#a71dac Text Font Color

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

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


#a71dac Background Color

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

This div background color is #a71dac


#a71dac Border Color

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

This div border color is #a71dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71dac


Comments

No comments written yet.

Please login to write comment.