Color Hex Logo

#ac405e Color Hex

#AC405E
(172,64,94)
0 Favorites   0 Comments

Color spaces of #ac405e

RGB 1726494
HSL0.950.460.46
HSV343°63°67°
CMYK 0.000.630.45   0.33
XYZ20.867013.245612.0465
Yxy13.24560.45210.2870
Hunter Lab36.394538.65365.8513
CIE-Lab43.131046.75695.9369

#ac405e color RGB value is (172,64,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 01011110
Octal 254 100 136
Decimal 172 64 94
Hex AC 40 5E

RGB Percentages of Color #ac405e

%52.12
%19.39
%28.48

CMYK Percentages of Color #ac405e

%0
%63
%45
%33

Triadic Colors of #ac405e

#ac405e #5eac40 #405eac

Analogous Colors of #ac405e

#ac405e #ac5840 #ac4094

Monochromatic Colors of #ac405e

#ac405e

Complementary Color

#ac405e #40ac8e

#ac405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac405e Color CSS Codes

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

#ac405e Text Font Color

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

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


#ac405e Background Color

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

This div background color is #ac405e


#ac405e Border Color

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

This div border color is #ac405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac405e


Comments

No comments written yet.

Please login to write comment.