Color Hex Logo

#ac467e Color Hex

#AC467E
(172,70,126)
0 Favorites   0 Comments

Color spaces of #ac467e

RGB 17270126
HSL0.910.420.47
HSV327°59°67°
CMYK 0.000.590.27   0.33
XYZ22.969314.657321.3572
Yxy14.65730.38940.2485
Hunter Lab38.284940.0940-6.2755
CIE-Lab45.161247.8132-10.7546

#ac467e color RGB value is (172,70,126).

#ac467e hex color red value is 172, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac467e hue: 0.91 , saturation: 0.42 and the lightness value of ac467e is 0.47.

The process color (four color CMYK) of #ac467e color hex is 0.00, 0.59, 0.27, 0.33. Web safe color of #ac467e is #993366. Color #ac467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 01111110
Octal 254 106 176
Decimal 172 70 126
Hex AC 46 7E

RGB Percentages of Color #ac467e

%46.74
%19.02
%34.24

CMYK Percentages of Color #ac467e

%0
%59
%27
%33

Triadic Colors of #ac467e

#ac467e #7eac46 #467eac

Analogous Colors of #ac467e

#ac467e #ac464b #a746ac

Monochromatic Colors of #ac467e

#ac467e

Complementary Color

#ac467e #46ac74

#ac467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac467e Color CSS Codes

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

#ac467e Text Font Color

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

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


#ac467e Background Color

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

This div background color is #ac467e


#ac467e Border Color

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

This div border color is #ac467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac467e


Comments

No comments written yet.

Please login to write comment.