Color Hex Logo

#ac0eaa Color Hex

#AC0EAA
(172,14,170)
0 Favorites   0 Comments

Color spaces of #ac0eaa

RGB 17214170
HSL0.840.850.36
HSV301°92°67°
CMYK 0.000.920.01   0.33
XYZ24.426011.987039.0565
Yxy11.98700.32370.1588
Hunter Lab34.622265.3428-42.6480
CIE-Lab41.195571.3563-43.4916

#ac0eaa color RGB value is (172,14,170).

#ac0eaa hex color red value is 172, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac0eaa hue: 0.84 , saturation: 0.85 and the lightness value of ac0eaa is 0.36.

The process color (four color CMYK) of #ac0eaa color hex is 0.00, 0.92, 0.01, 0.33. Web safe color of #ac0eaa is #990099. Color #ac0eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 10101010
Octal 254 16 252
Decimal 172 14 170
Hex AC E AA

RGB Percentages of Color #ac0eaa

%48.31
%3.93
%47.75

CMYK Percentages of Color #ac0eaa

%0
%92
%1
%33

Triadic Colors of #ac0eaa

#ac0eaa #aaac0e #0eaaac

Analogous Colors of #ac0eaa

#ac0eaa #ac0e5b #5f0eac

Monochromatic Colors of #ac0eaa

#ac0eaa

Complementary Color

#ac0eaa #0eac10

#ac0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0eaa Color CSS Codes

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

#ac0eaa Text Font Color

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

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


#ac0eaa Background Color

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

This div background color is #ac0eaa


#ac0eaa Border Color

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

This div border color is #ac0eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0eaa


Comments

No comments written yet.

Please login to write comment.