Color Hex Logo

#ac404e Color Hex

#AC404E
(172,64,78)
0 Favorites   0 Comments

Color spaces of #ac404e

RGB 1726478
HSL0.980.460.46
HSV352°63°67°
CMYK 0.000.630.55   0.33
XYZ20.221812.98758.6488
Yxy12.98750.48310.3103
Hunter Lab36.038237.093410.9977
CIE-Lab42.744445.281815.3105

#ac404e color RGB value is (172,64,78).

#ac404e hex color red value is 172, green value is 64 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ac404e hue: 0.98 , saturation: 0.46 and the lightness value of ac404e is 0.46.

The process color (four color CMYK) of #ac404e color hex is 0.00, 0.63, 0.55, 0.33. Web safe color of #ac404e is #993366. Color #ac404e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01001110
Octal 254 100 116
Decimal 172 64 78
Hex AC 40 4E

RGB Percentages of Color #ac404e

%54.78
%20.38
%24.84

CMYK Percentages of Color #ac404e

%0
%63
%55
%33

Triadic Colors of #ac404e

#ac404e #4eac40 #404eac

Analogous Colors of #ac404e

#ac404e #ac6840 #ac4084

Monochromatic Colors of #ac404e

#ac404e

Complementary Color

#ac404e #40ac9e

#ac404e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac404e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac404e Color CSS Codes

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

#ac404e Text Font Color

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

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


#ac404e Background Color

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

This div background color is #ac404e


#ac404e Border Color

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

This div border color is #ac404e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac404e


Comments

No comments written yet.

Please login to write comment.