Color Hex Logo

#ac232f Color Hex

#AC232F
(172,35,47)
0 Favorites   0 Comments

Color spaces of #ac232f

RGB 1723547
HSL0.990.660.41
HSV355°80°67°
CMYK 0.000.800.73   0.33
XYZ18.127410.17803.6984
Yxy10.17800.56640.3180
Hunter Lab31.903045.594215.4588
CIE-Lab38.160054.359328.6082

#ac232f color RGB value is (172,35,47).

#ac232f hex color red value is 172, green value is 35 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ac232f hue: 0.99 , saturation: 0.66 and the lightness value of ac232f is 0.41.

The process color (four color CMYK) of #ac232f color hex is 0.00, 0.80, 0.73, 0.33. Web safe color of #ac232f is #993333. Color #ac232f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 00101111
Octal 254 43 57
Decimal 172 35 47
Hex AC 23 2F

RGB Percentages of Color #ac232f

%67.72
%13.78
%18.50

CMYK Percentages of Color #ac232f

%0
%80
%73
%33

Triadic Colors of #ac232f

#ac232f #2fac23 #232fac

Analogous Colors of #ac232f

#ac232f #ac5c23 #ac2374

Monochromatic Colors of #ac232f

#ac232f

Complementary Color

#ac232f #23aca0

#ac232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac232f Color CSS Codes

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

#ac232f Text Font Color

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

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


#ac232f Background Color

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

This div background color is #ac232f


#ac232f Border Color

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

This div border color is #ac232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac232f


Comments

No comments written yet.

Please login to write comment.