Color Hex Logo

#ac042e Color Hex

#AC042E
(172,4,46)
0 Favorites   0 Comments

Color spaces of #ac042e

RGB 172446
HSL0.960.950.35
HSV345°98°67°
CMYK 0.000.980.73   0.33
XYZ17.54989.05473.4075
Yxy9.05470.58480.3017
Hunter Lab30.091051.446114.3497
CIE-Lab36.089460.194526.7830

#ac042e color RGB value is (172,4,46).

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

The process color (four color CMYK) of #ac042e color hex is 0.00, 0.98, 0.73, 0.33. Web safe color of #ac042e is #990033. Color #ac042e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000100 00101110
Octal 254 4 56
Decimal 172 4 46
Hex AC 4 2E

RGB Percentages of Color #ac042e

%77.48
%1.80
%20.72

CMYK Percentages of Color #ac042e

%0
%98
%73
%33

Triadic Colors of #ac042e

#ac042e #2eac04 #042eac

Analogous Colors of #ac042e

#ac042e #ac2e04 #ac0482

Monochromatic Colors of #ac042e

#ac042e

Complementary Color

#ac042e #04ac82

#ac042e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac042e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac042e Color CSS Codes

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

#ac042e Text Font Color

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

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


#ac042e Background Color

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

This div background color is #ac042e


#ac042e Border Color

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

This div border color is #ac042e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac042e


Comments

No comments written yet.

Please login to write comment.