Color Hex Logo

#ac488c Color Hex

#AC488C
(172,72,140)
0 Favorites   0 Comments

Color spaces of #ac488c

RGB 17272140
HSL0.890.410.48
HSV319°58°67°
CMYK 0.000.580.19   0.33
XYZ24.064215.298826.4956
Yxy15.29880.36540.2323
Hunter Lab39.113741.3709-12.7835
CIE-Lab46.040848.8940-17.8964

#ac488c color RGB value is (172,72,140).

#ac488c hex color red value is 172, green value is 72 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac488c hue: 0.89 , saturation: 0.41 and the lightness value of ac488c is 0.48.

The process color (four color CMYK) of #ac488c color hex is 0.00, 0.58, 0.19, 0.33. Web safe color of #ac488c is #993399. Color #ac488c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 10001100
Octal 254 110 214
Decimal 172 72 140
Hex AC 48 8C

RGB Percentages of Color #ac488c

%44.79
%18.75
%36.46

CMYK Percentages of Color #ac488c

%0
%58
%19
%33

Triadic Colors of #ac488c

#ac488c #8cac48 #488cac

Analogous Colors of #ac488c

#ac488c #ac485a #9a48ac

Monochromatic Colors of #ac488c

#ac488c

Complementary Color

#ac488c #48ac68

#ac488c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac488c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac488c Color CSS Codes

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

#ac488c Text Font Color

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

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


#ac488c Background Color

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

This div background color is #ac488c


#ac488c Border Color

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

This div border color is #ac488c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac488c


Comments

No comments written yet.

Please login to write comment.