Color Hex Logo

#ac046a Color Hex

#AC046A
(172,4,106)
0 Favorites   0 Comments

Color spaces of #ac046a

RGB 1724106
HSL0.900.950.35
HSV324°98°67°
CMYK 0.000.980.38   0.33
XYZ19.65829.898114.5101
Yxy9.89810.44610.2246
Hunter Lab31.461256.4765-5.3220
CIE-Lab37.658964.4028-9.6413

#ac046a color RGB value is (172,4,106).

#ac046a hex color red value is 172, green value is 4 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac046a hue: 0.90 , saturation: 0.95 and the lightness value of ac046a is 0.35.

The process color (four color CMYK) of #ac046a color hex is 0.00, 0.98, 0.38, 0.33. Web safe color of #ac046a is #990066. Color #ac046a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000100 01101010
Octal 254 4 152
Decimal 172 4 106
Hex AC 4 6A

RGB Percentages of Color #ac046a

%60.99
%1.42
%37.59

CMYK Percentages of Color #ac046a

%0
%98
%38
%33

Triadic Colors of #ac046a

#ac046a #6aac04 #046aac

Analogous Colors of #ac046a

#ac046a #ac0416 #9a04ac

Monochromatic Colors of #ac046a

#ac046a

Complementary Color

#ac046a #04ac46

#ac046a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac046a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac046a Color CSS Codes

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

#ac046a Text Font Color

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

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


#ac046a Background Color

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

This div background color is #ac046a


#ac046a Border Color

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

This div border color is #ac046a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac046a


Comments

No comments written yet.

Please login to write comment.