Color Hex Logo

#ac49cc Color Hex

#AC49CC
(172,73,204)
0 Favorites   0 Comments

Color spaces of #ac49cc

RGB 17273204
HSL0.790.560.54
HSV285°64°80°
CMYK 0.160.640.00   0.20
XYZ30.294917.895458.9842
Yxy17.89540.28270.1670
Hunter Lab42.303053.8011-53.0576
CIE-Lab49.369059.7814-50.3327

#ac49cc color RGB value is (172,73,204).

#ac49cc hex color red value is 172, green value is 73 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac49cc hue: 0.79 , saturation: 0.56 and the lightness value of ac49cc is 0.54.

The process color (four color CMYK) of #ac49cc color hex is 0.16, 0.64, 0.00, 0.20. Web safe color of #ac49cc is #9933cc. Color #ac49cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11001100
Octal 254 111 314
Decimal 172 73 204
Hex AC 49 CC

RGB Percentages of Color #ac49cc

%38.31
%16.26
%45.43

CMYK Percentages of Color #ac49cc

%16
%64
%0
%20

Triadic Colors of #ac49cc

#ac49cc #ccac49 #49ccac

Analogous Colors of #ac49cc

#ac49cc #cc49ab #6b49cc

Monochromatic Colors of #ac49cc

#ac49cc

Complementary Color

#ac49cc #69cc49

#ac49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49cc Color CSS Codes

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

#ac49cc Text Font Color

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

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


#ac49cc Background Color

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

This div background color is #ac49cc


#ac49cc Border Color

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

This div border color is #ac49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49cc


Comments

No comments written yet.

Please login to write comment.