Color Hex Logo

#ac032e Color Hex

#AC032E
(172,3,46)
0 Favorites   0 Comments

Color spaces of #ac032e

RGB 172346
HSL0.960.970.34
HSV345°98°67°
CMYK 0.000.980.73   0.33
XYZ17.53909.03303.4039
Yxy9.03300.58510.3013
Hunter Lab30.054951.570114.3235
CIE-Lab36.047860.315626.7334

#ac032e color RGB value is (172,3,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 00101110
Octal 254 3 56
Decimal 172 3 46
Hex AC 3 2E

RGB Percentages of Color #ac032e

%77.83
%1.36
%20.81

CMYK Percentages of Color #ac032e

%0
%98
%73
%33

Triadic Colors of #ac032e

#ac032e #2eac03 #032eac

Analogous Colors of #ac032e

#ac032e #ac2c03 #ac0383

Monochromatic Colors of #ac032e

#ac032e

Complementary Color

#ac032e #03ac81

#ac032e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac032e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac032e Color CSS Codes

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

#ac032e Text Font Color

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

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


#ac032e Background Color

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

This div background color is #ac032e


#ac032e Border Color

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

This div border color is #ac032e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac032e


Comments

No comments written yet.

Please login to write comment.