Color Hex Logo

#ac2a04 Color Hex

#AC2A04
(172,42,4)
0 Favorites   0 Comments

Color spaces of #ac2a04

RGB 172424
HSL0.040.950.35
HSV14°98°67°
CMYK 0.000.760.98   0.33
XYZ17.863110.43541.1876
Yxy10.43540.60580.3539
Hunter Lab32.303942.173520.4330
CIE-Lab38.612851.002149.8059

#ac2a04 color RGB value is (172,42,4).

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

The process color (four color CMYK) of #ac2a04 color hex is 0.00, 0.76, 0.98, 0.33. Web safe color of #ac2a04 is #993300. Color #ac2a04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101010 00000100
Octal 254 52 4
Decimal 172 42 4
Hex AC 2A 4

RGB Percentages of Color #ac2a04

%78.90
%19.27
%1.83

CMYK Percentages of Color #ac2a04

%0
%76
%98
%33

Triadic Colors of #ac2a04

#ac2a04 #04ac2a #2a04ac

Analogous Colors of #ac2a04

#ac2a04 #ac7e04 #ac0432

Monochromatic Colors of #ac2a04

#ac2a04

Complementary Color

#ac2a04 #0486ac

#ac2a04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2a04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2a04 Color CSS Codes

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

#ac2a04 Text Font Color

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

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


#ac2a04 Background Color

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

This div background color is #ac2a04


#ac2a04 Border Color

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

This div border color is #ac2a04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2a04


Comments

No comments written yet.

Please login to write comment.