Color Hex Logo

#ac013a Color Hex

#AC013A
(172,1,58)
0 Favorites   0 Comments

Color spaces of #ac013a

RGB 172158
HSL0.940.990.34
HSV340°99°67°
CMYK 0.000.990.66   0.33
XYZ17.78789.09794.8215
Yxy9.09790.56100.2869
Hunter Lab30.162752.481711.6364
CIE-Lab36.172161.119319.1947

#ac013a color RGB value is (172,1,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 00111010
Octal 254 1 72
Decimal 172 1 58
Hex AC 1 3A

RGB Percentages of Color #ac013a

%74.46
%0.43
%25.11

CMYK Percentages of Color #ac013a

%0
%99
%66
%33

Triadic Colors of #ac013a

#ac013a #3aac01 #013aac

Analogous Colors of #ac013a

#ac013a #ac1e01 #ac0190

Monochromatic Colors of #ac013a

#ac013a

Complementary Color

#ac013a #01ac73

#ac013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac013a Color CSS Codes

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

#ac013a Text Font Color

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

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


#ac013a Background Color

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

This div background color is #ac013a


#ac013a Border Color

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

This div border color is #ac013a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac013a


Comments

No comments written yet.

Please login to write comment.