Color Hex Logo

#ac71cc Color Hex

#AC71CC
(172,113,204)
0 Favorites   0 Comments

Color spaces of #ac71cc

RGB 172113204
HSL0.770.470.62
HSV279°45°80°
CMYK 0.160.450.00   0.20
XYZ33.817524.940560.1584
Yxy24.94050.28440.2097
Hunter Lab49.940533.4766-36.4625
CIE-Lab57.017439.5697-38.2206

#ac71cc color RGB value is (172,113,204).

#ac71cc hex color red value is 172, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac71cc hue: 0.77 , saturation: 0.47 and the lightness value of ac71cc is 0.62.

The process color (four color CMYK) of #ac71cc color hex is 0.16, 0.45, 0.00, 0.20. Web safe color of #ac71cc is #9966cc. Color #ac71cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 11001100
Octal 254 161 314
Decimal 172 113 204
Hex AC 71 CC

RGB Percentages of Color #ac71cc

%35.17
%23.11
%41.72

CMYK Percentages of Color #ac71cc

%16
%45
%0
%20

Triadic Colors of #ac71cc

#ac71cc #ccac71 #71ccac

Analogous Colors of #ac71cc

#ac71cc #cc71bf #7f71cc

Monochromatic Colors of #ac71cc

#ac71cc

Complementary Color

#ac71cc #91cc71

#ac71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac71cc Color CSS Codes

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

#ac71cc Text Font Color

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

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


#ac71cc Background Color

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

This div background color is #ac71cc


#ac71cc Border Color

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

This div border color is #ac71cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac71cc


Comments

No comments written yet.

Please login to write comment.