Color Hex Logo

#ac587e Color Hex

#AC587E
(172,88,126)
0 Favorites   0 Comments

Color spaces of #ac587e

RGB 17288126
HSL0.920.340.51
HSV333°49°67°
CMYK 0.000.490.27   0.33
XYZ24.268917.256521.7904
Yxy17.25650.38330.2725
Hunter Lab41.540931.5860-2.0220
CIE-Lab48.581638.8364-5.6378

#ac587e color RGB value is (172,88,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 01111110
Octal 254 130 176
Decimal 172 88 126
Hex AC 58 7E

RGB Percentages of Color #ac587e

%44.56
%22.80
%32.64

CMYK Percentages of Color #ac587e

%0
%49
%27
%33

Triadic Colors of #ac587e

#ac587e #7eac58 #587eac

Analogous Colors of #ac587e

#ac587e #ac5c58 #ac58a8

Monochromatic Colors of #ac587e

#ac587e

Complementary Color

#ac587e #58ac86

#ac587e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac587e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac587e Color CSS Codes

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

#ac587e Text Font Color

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

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


#ac587e Background Color

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

This div background color is #ac587e


#ac587e Border Color

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

This div border color is #ac587e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac587e


Comments

No comments written yet.

Please login to write comment.