Color Hex Logo

#ac072f Color Hex

#AC072F
(172,7,47)
0 Favorites   0 Comments

Color spaces of #ac072f

RGB 172747
HSL0.960.920.35
HSV345°96°67°
CMYK 0.000.960.73   0.33
XYZ17.60239.12783.5234
Yxy9.12780.58180.3017
Hunter Lab30.212251.126514.2341
CIE-Lab36.229259.875626.3174

#ac072f color RGB value is (172,7,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 00101111
Octal 254 7 57
Decimal 172 7 47
Hex AC 7 2F

RGB Percentages of Color #ac072f

%76.11
%3.10
%20.80

CMYK Percentages of Color #ac072f

%0
%96
%73
%33

Triadic Colors of #ac072f

#ac072f #2fac07 #072fac

Analogous Colors of #ac072f

#ac072f #ac3207 #ac0782

Monochromatic Colors of #ac072f

#ac072f

Complementary Color

#ac072f #07ac84

#ac072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac072f Color CSS Codes

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

#ac072f Text Font Color

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

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


#ac072f Background Color

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

This div background color is #ac072f


#ac072f Border Color

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

This div border color is #ac072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac072f


Comments

No comments written yet.

Please login to write comment.