Color Hex Logo

#ac0aae Color Hex

#AC0AAE
(172,10,174)
0 Favorites   0 Comments

Color spaces of #ac0aae

RGB 17210174
HSL0.830.890.36
HSV299°94°68°
CMYK 0.010.940.00   0.32
XYZ24.761812.043741.0640
Yxy12.04370.31800.1547
Hunter Lab34.704066.6301-45.8628
CIE-Lab41.285572.4183-45.7305

#ac0aae color RGB value is (172,10,174).

#ac0aae hex color red value is 172, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac0aae hue: 0.83 , saturation: 0.89 and the lightness value of ac0aae is 0.36.

The process color (four color CMYK) of #ac0aae color hex is 0.01, 0.94, 0.00, 0.32. Web safe color of #ac0aae is #990099. Color #ac0aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 10101110
Octal 254 12 256
Decimal 172 10 174
Hex AC A AE

RGB Percentages of Color #ac0aae

%48.31
%2.81
%48.88

CMYK Percentages of Color #ac0aae

%1
%94
%0
%32

Triadic Colors of #ac0aae

#ac0aae #aeac0a #0aaeac

Analogous Colors of #ac0aae

#ac0aae #ae0a5e #5a0aae

Monochromatic Colors of #ac0aae

#ac0aae

Complementary Color

#ac0aae #0cae0a

#ac0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0aae Color CSS Codes

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

#ac0aae Text Font Color

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

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


#ac0aae Background Color

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

This div background color is #ac0aae


#ac0aae Border Color

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

This div border color is #ac0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0aae

#ac0aae Color Palettes


Comments

No comments written yet.

Please login to write comment.