Color Hex Logo

#ac003a Color Hex

#AC003A
(172,0,58)
0 Favorites   0 Comments

Color spaces of #ac003a

RGB 172058
HSL0.941.000.34
HSV340°100°67°
CMYK 0.001.000.66   0.33
XYZ17.77709.07614.8179
Yxy9.07610.56130.2866
Hunter Lab30.126652.607311.6068
CIE-Lab36.130461.241219.1404

#ac003a color RGB value is (172,0,58).

#ac003a hex color red value is 172, green value is 0 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac003a hue: 0.94 , saturation: 1.00 and the lightness value of ac003a is 0.34.

The process color (four color CMYK) of #ac003a color hex is 0.00, 1.00, 0.66, 0.33. Web safe color of #ac003a is #990033. Color #ac003a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 00111010
Octal 254 0 72
Decimal 172 0 58
Hex AC 0 3A

RGB Percentages of Color #ac003a

%74.78
%0.00
%25.22

CMYK Percentages of Color #ac003a

%0
%100
%66
%33

Triadic Colors of #ac003a

#ac003a #3aac00 #003aac

Analogous Colors of #ac003a

#ac003a #ac1c00 #ac0090

Monochromatic Colors of #ac003a

#ac003a

Complementary Color

#ac003a #00ac72

#ac003a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac003a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac003a Color CSS Codes

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

#ac003a Text Font Color

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

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


#ac003a Background Color

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

This div background color is #ac003a


#ac003a Border Color

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

This div border color is #ac003a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac003a


Comments

No comments written yet.

Please login to write comment.