Color Hex Logo

#ac488f Color Hex

#AC488F
(172,72,143)
0 Favorites   0 Comments

Color spaces of #ac488f

RGB 17272143
HSL0.880.410.48
HSV317°58°67°
CMYK 0.000.580.17   0.33
XYZ24.288515.388627.6767
Yxy15.38860.36060.2285
Hunter Lab39.228341.8701-14.3710
CIE-Lab46.161949.3515-19.5160

#ac488f color RGB value is (172,72,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 10001111
Octal 254 110 217
Decimal 172 72 143
Hex AC 48 8F

RGB Percentages of Color #ac488f

%44.44
%18.60
%36.95

CMYK Percentages of Color #ac488f

%0
%58
%17
%33

Triadic Colors of #ac488f

#ac488f #8fac48 #488fac

Analogous Colors of #ac488f

#ac488f #ac485d #9748ac

Monochromatic Colors of #ac488f

#ac488f

Complementary Color

#ac488f #48ac65

#ac488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac488f Color CSS Codes

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

#ac488f Text Font Color

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

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


#ac488f Background Color

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

This div background color is #ac488f


#ac488f Border Color

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

This div border color is #ac488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac488f


Comments

No comments written yet.

Please login to write comment.