Color Hex Logo

#ac144a Color Hex

#AC144A
(172,20,74)
0 Favorites   0 Comments

Color spaces of #ac144a

RGB 1722074
HSL0.940.790.38
HSV339°88°67°
CMYK 0.000.880.57   0.33
XYZ18.49949.76547.3884
Yxy9.76540.51890.2739
Hunter Lab31.249650.98297.8567
CIE-Lab37.418059.512910.5245

#ac144a color RGB value is (172,20,74).

#ac144a hex color red value is 172, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac144a hue: 0.94 , saturation: 0.79 and the lightness value of ac144a is 0.38.

The process color (four color CMYK) of #ac144a color hex is 0.00, 0.88, 0.57, 0.33. Web safe color of #ac144a is #990033. Color #ac144a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 01001010
Octal 254 24 112
Decimal 172 20 74
Hex AC 14 4A

RGB Percentages of Color #ac144a

%64.66
%7.52
%27.82

CMYK Percentages of Color #ac144a

%0
%88
%57
%33

Triadic Colors of #ac144a

#ac144a #4aac14 #144aac

Analogous Colors of #ac144a

#ac144a #ac2a14 #ac1496

Monochromatic Colors of #ac144a

#ac144a

Complementary Color

#ac144a #14ac76

#ac144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac144a Color CSS Codes

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

#ac144a Text Font Color

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

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


#ac144a Background Color

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

This div background color is #ac144a


#ac144a Border Color

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

This div border color is #ac144a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac144a


Comments

No comments written yet.

Please login to write comment.