Color Hex Logo

#ac5a7e Color Hex

#AC5A7E
(172,90,126)
0 Favorites   0 Comments

Color spaces of #ac5a7e

RGB 17290126
HSL0.930.330.51
HSV334°48°67°
CMYK 0.000.480.27   0.33
XYZ24.435317.589321.8459
Yxy17.58930.38260.2754
Hunter Lab41.939630.6053-1.5258
CIE-Lab48.994137.7816-5.0258

#ac5a7e color RGB value is (172,90,126).

#ac5a7e hex color red value is 172, green value is 90 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac5a7e hue: 0.93 , saturation: 0.33 and the lightness value of ac5a7e is 0.51.

The process color (four color CMYK) of #ac5a7e color hex is 0.00, 0.48, 0.27, 0.33. Web safe color of #ac5a7e is #996666. Color #ac5a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011010 01111110
Octal 254 132 176
Decimal 172 90 126
Hex AC 5A 7E

RGB Percentages of Color #ac5a7e

%44.33
%23.20
%32.47

CMYK Percentages of Color #ac5a7e

%0
%48
%27
%33

Triadic Colors of #ac5a7e

#ac5a7e #7eac5a #5a7eac

Analogous Colors of #ac5a7e

#ac5a7e #ac5f5a #ac5aa7

Monochromatic Colors of #ac5a7e

#ac5a7e

Complementary Color

#ac5a7e #5aac88

#ac5a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5a7e Color CSS Codes

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

#ac5a7e Text Font Color

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

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


#ac5a7e Background Color

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

This div background color is #ac5a7e


#ac5a7e Border Color

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

This div border color is #ac5a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5a7e


Comments

No comments written yet.

Please login to write comment.