Color Hex Logo

#ac032f Color Hex

#AC032F
(172,3,47)
0 Favorites   0 Comments

Color spaces of #ac032f

RGB 172347
HSL0.960.970.34
HSV344°98°67°
CMYK 0.000.980.73   0.33
XYZ17.55899.04103.5090
Yxy9.04100.58320.3003
Hunter Lab30.068351.618814.1286
CIE-Lab36.063160.357026.1180

#ac032f color RGB value is (172,3,47).

#ac032f hex color red value is 172, green value is 3 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ac032f hue: 0.96 , saturation: 0.97 and the lightness value of ac032f is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 00101111
Octal 254 3 57
Decimal 172 3 47
Hex AC 3 2F

RGB Percentages of Color #ac032f

%77.48
%1.35
%21.17

CMYK Percentages of Color #ac032f

%0
%98
%73
%33

Triadic Colors of #ac032f

#ac032f #2fac03 #032fac

Analogous Colors of #ac032f

#ac032f #ac2c03 #ac0384

Monochromatic Colors of #ac032f

#ac032f

Complementary Color

#ac032f #03ac80

#ac032f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac032f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac032f Color CSS Codes

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

#ac032f Text Font Color

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

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


#ac032f Background Color

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

This div background color is #ac032f


#ac032f Border Color

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

This div border color is #ac032f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac032f


Comments

No comments written yet.

Please login to write comment.