Color Hex Logo

#ac314c Color Hex

#AC314C
(172,49,76)
0 Favorites   0 Comments

Color spaces of #ac314c

RGB 1724976
HSL0.960.560.43
HSV347°72°67°
CMYK 0.000.720.56   0.33
XYZ19.416111.48918.0318
Yxy11.48910.49870.2951
Hunter Lab33.895642.93139.6777
CIE-Lab40.392351.402013.3502

#ac314c color RGB value is (172,49,76).

#ac314c hex color red value is 172, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ac314c hue: 0.96 , saturation: 0.56 and the lightness value of ac314c is 0.43.

The process color (four color CMYK) of #ac314c color hex is 0.00, 0.72, 0.56, 0.33. Web safe color of #ac314c is #993333. Color #ac314c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 01001100
Octal 254 61 114
Decimal 172 49 76
Hex AC 31 4C

RGB Percentages of Color #ac314c

%57.91
%16.50
%25.59

CMYK Percentages of Color #ac314c

%0
%72
%56
%33

Triadic Colors of #ac314c

#ac314c #4cac31 #314cac

Analogous Colors of #ac314c

#ac314c #ac5431 #ac318a

Monochromatic Colors of #ac314c

#ac314c

Complementary Color

#ac314c #31ac91

#ac314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac314c Color CSS Codes

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

#ac314c Text Font Color

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

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


#ac314c Background Color

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

This div background color is #ac314c


#ac314c Border Color

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

This div border color is #ac314c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac314c


Comments

No comments written yet.

Please login to write comment.