Color Hex Logo

#ac0401 Color Hex

#AC0401
(172,4,1)
0 Favorites   0 Comments

Color spaces of #ac0401

RGB 17241
HSL0.000.990.34
HSV99°67°
CMYK 0.000.980.99   0.33
XYZ17.06228.85970.8395
Yxy8.85970.63760.3311
Hunter Lab29.765250.231619.1635
CIE-Lab35.712859.156349.5660

#ac0401 color RGB value is (172,4,1).

#ac0401 hex color red value is 172, green value is 4 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ac0401 hue: 0.00 , saturation: 0.99 and the lightness value of ac0401 is 0.34.

The process color (four color CMYK) of #ac0401 color hex is 0.00, 0.98, 0.99, 0.33. Web safe color of #ac0401 is #990000. Color #ac0401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000100 00000001
Octal 254 4 1
Decimal 172 4 1
Hex AC 4 1

RGB Percentages of Color #ac0401

%97.18
%2.26
%0.56

CMYK Percentages of Color #ac0401

%0
%98
%99
%33

Triadic Colors of #ac0401

#ac0401 #01ac04 #0401ac

Analogous Colors of #ac0401

#ac0401 #ac5a01 #ac0154

Monochromatic Colors of #ac0401

#ac0401

Complementary Color

#ac0401 #01a9ac

#ac0401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0401 Color CSS Codes

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

#ac0401 Text Font Color

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

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


#ac0401 Background Color

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

This div background color is #ac0401


#ac0401 Border Color

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

This div border color is #ac0401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0401


Comments

No comments written yet.

Please login to write comment.