Color Hex Logo

#ac82cc Color Hex

#AC82CC
(172,130,204)
0 Favorites   0 Comments

Color spaces of #ac82cc

RGB 172130204
HSL0.760.420.65
HSV274°36°80°
CMYK 0.160.360.00   0.20
XYZ35.895029.095660.8509
Yxy29.09560.28520.2312
Hunter Lab53.940324.3886-29.1277
CIE-Lab60.865930.0928-32.2125

#ac82cc color RGB value is (172,130,204).

#ac82cc hex color red value is 172, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac82cc hue: 0.76 , saturation: 0.42 and the lightness value of ac82cc is 0.65.

The process color (four color CMYK) of #ac82cc color hex is 0.16, 0.36, 0.00, 0.20. Web safe color of #ac82cc is #9999cc. Color #ac82cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 11001100
Octal 254 202 314
Decimal 172 130 204
Hex AC 82 CC

RGB Percentages of Color #ac82cc

%33.99
%25.69
%40.32

CMYK Percentages of Color #ac82cc

%16
%36
%0
%20

Triadic Colors of #ac82cc

#ac82cc #ccac82 #82ccac

Analogous Colors of #ac82cc

#ac82cc #cc82c7 #8782cc

Monochromatic Colors of #ac82cc

#ac82cc

Complementary Color

#ac82cc #a2cc82

#ac82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac82cc Color CSS Codes

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

#ac82cc Text Font Color

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

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


#ac82cc Background Color

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

This div background color is #ac82cc


#ac82cc Border Color

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

This div border color is #ac82cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac82cc


Comments

No comments written yet.

Please login to write comment.