Color Hex Logo

#ac588c Color Hex

#AC588C
(172,88,140)
0 Favorites   0 Comments

Color spaces of #ac588c

RGB 17288140
HSL0.900.340.51
HSV323°49°67°
CMYK 0.000.490.19   0.33
XYZ25.236617.643626.8864
Yxy17.64360.36170.2529
Hunter Lab42.004333.7371-8.5478
CIE-Lab49.060940.9315-13.3001

#ac588c color RGB value is (172,88,140).

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

The process color (four color CMYK) of #ac588c color hex is 0.00, 0.49, 0.19, 0.33. Web safe color of #ac588c is #996699. Color #ac588c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 10001100
Octal 254 130 214
Decimal 172 88 140
Hex AC 58 8C

RGB Percentages of Color #ac588c

%43.00
%22.00
%35.00

CMYK Percentages of Color #ac588c

%0
%49
%19
%33

Triadic Colors of #ac588c

#ac588c #8cac58 #588cac

Analogous Colors of #ac588c

#ac588c #ac5862 #a258ac

Monochromatic Colors of #ac588c

#ac588c

Complementary Color

#ac588c #58ac78

#ac588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac588c Color CSS Codes

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

#ac588c Text Font Color

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

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


#ac588c Background Color

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

This div background color is #ac588c


#ac588c Border Color

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

This div border color is #ac588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac588c


Comments

No comments written yet.

Please login to write comment.