Color Hex Logo

#a71cac Color Hex

#A71CAC
(167,28,172)
0 Favorites   0 Comments

Color spaces of #a71cac

RGB 16728172
HSL0.830.720.39
HSV298°84°67°
CMYK 0.030.840.00   0.33
XYZ23.798012.024640.0964
Yxy12.02460.31350.1584
Hunter Lab34.676561.8182-44.2834
CIE-Lab41.255268.3507-44.6388

#a71cac color RGB value is (167,28,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011100 10101100
Octal 247 34 254
Decimal 167 28 172
Hex A7 1C AC

RGB Percentages of Color #a71cac

%45.50
%7.63
%46.87

CMYK Percentages of Color #a71cac

%3
%84
%0
%33

Triadic Colors of #a71cac

#a71cac #aca71c #1caca7

Analogous Colors of #a71cac

#a71cac #ac1c69 #5f1cac

Monochromatic Colors of #a71cac

#a71cac

Complementary Color

#a71cac #21ac1c

#a71cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71cac Color CSS Codes

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

#a71cac Text Font Color

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

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


#a71cac Background Color

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

This div background color is #a71cac


#a71cac Border Color

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

This div border color is #a71cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71cac


Comments

No comments written yet.

Please login to write comment.