Color Hex Logo

#ac3eac Color Hex

#AC3EAC
(172,62,172)
0 Favorites   0 Comments

Color spaces of #ac3eac

RGB 17262172
HSL0.830.470.46
HSV300°64°67°
CMYK 0.000.640.00   0.33
XYZ26.182315.194540.5826
Yxy15.19450.31950.1854
Hunter Lab38.980151.6803-34.4413
CIE-Lab45.899558.5238-37.2086

#ac3eac color RGB value is (172,62,172).

#ac3eac hex color red value is 172, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac3eac hue: 0.83 , saturation: 0.47 and the lightness value of ac3eac is 0.46.

The process color (four color CMYK) of #ac3eac color hex is 0.00, 0.64, 0.00, 0.33. Web safe color of #ac3eac is #993399. Color #ac3eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111110 10101100
Octal 254 76 254
Decimal 172 62 172
Hex AC 3E AC

RGB Percentages of Color #ac3eac

%42.36
%15.27
%42.36

CMYK Percentages of Color #ac3eac

%0
%64
%0
%33

Triadic Colors of #ac3eac

#ac3eac #acac3e #3eacac

Analogous Colors of #ac3eac

#ac3eac #ac3e75 #753eac

Monochromatic Colors of #ac3eac

#ac3eac

Complementary Color

#ac3eac #3eac3e

#ac3eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3eac Color CSS Codes

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

#ac3eac Text Font Color

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

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


#ac3eac Background Color

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

This div background color is #ac3eac


#ac3eac Border Color

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

This div border color is #ac3eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3eac


Comments

No comments written yet.

Please login to write comment.