Color Hex Logo

#ac4eac Color Hex

#AC4EAC
(172,78,172)
0 Favorites   0 Comments

Color spaces of #ac4eac

RGB 17278172
HSL0.830.380.49
HSV300°55°67°
CMYK 0.000.550.00   0.33
XYZ27.184017.198040.9165
Yxy17.19800.31870.2016
Hunter Lab41.470544.4339-29.4687
CIE-Lab48.508651.3748-33.1038

#ac4eac color RGB value is (172,78,172).

#ac4eac hex color red value is 172, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac4eac hue: 0.83 , saturation: 0.38 and the lightness value of ac4eac is 0.49.

The process color (four color CMYK) of #ac4eac color hex is 0.00, 0.55, 0.00, 0.33. Web safe color of #ac4eac is #996699. Color #ac4eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 10101100
Octal 254 116 254
Decimal 172 78 172
Hex AC 4E AC

RGB Percentages of Color #ac4eac

%40.76
%18.48
%40.76

CMYK Percentages of Color #ac4eac

%0
%55
%0
%33

Triadic Colors of #ac4eac

#ac4eac #acac4e #4eacac

Analogous Colors of #ac4eac

#ac4eac #ac4e7d #7d4eac

Monochromatic Colors of #ac4eac

#ac4eac

Complementary Color

#ac4eac #4eac4e

#ac4eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4eac Color CSS Codes

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

#ac4eac Text Font Color

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

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


#ac4eac Background Color

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

This div background color is #ac4eac


#ac4eac Border Color

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

This div border color is #ac4eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4eac


Comments

No comments written yet.

Please login to write comment.