Color Hex Logo

#ac294a Color Hex

#AC294A
(172,41,74)
0 Favorites   0 Comments

Color spaces of #ac294a

RGB 1724174
HSL0.960.620.42
HSV345°76°67°
CMYK 0.000.760.57   0.33
XYZ19.042210.85097.5694
Yxy10.85090.50830.2896
Hunter Lab32.940745.54029.4343
CIE-Lab39.328254.086213.1571

#ac294a color RGB value is (172,41,74).

#ac294a hex color red value is 172, green value is 41 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac294a hue: 0.96 , saturation: 0.62 and the lightness value of ac294a is 0.42.

The process color (four color CMYK) of #ac294a color hex is 0.00, 0.76, 0.57, 0.33. Web safe color of #ac294a is #993333. Color #ac294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 01001010
Octal 254 51 112
Decimal 172 41 74
Hex AC 29 4A

RGB Percentages of Color #ac294a

%59.93
%14.29
%25.78

CMYK Percentages of Color #ac294a

%0
%76
%57
%33

Triadic Colors of #ac294a

#ac294a #4aac29 #294aac

Analogous Colors of #ac294a

#ac294a #ac4929 #ac298c

Monochromatic Colors of #ac294a

#ac294a

Complementary Color

#ac294a #29ac8b

#ac294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac294a Color CSS Codes

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

#ac294a Text Font Color

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

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


#ac294a Background Color

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

This div background color is #ac294a


#ac294a Border Color

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

This div border color is #ac294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac294a


Comments

No comments written yet.

Please login to write comment.