Color Hex Logo

#ac487f Color Hex

#AC487F
(172,72,127)
0 Favorites   0 Comments

Color spaces of #ac487f

RGB 17272127
HSL0.910.410.48
HSV327°58°67°
CMYK 0.000.580.26   0.33
XYZ23.161414.937721.7412
Yxy14.93770.38710.2496
Hunter Lab38.649339.3335-6.2976
CIE-Lab45.548747.0086-10.7788

#ac487f color RGB value is (172,72,127).

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

The process color (four color CMYK) of #ac487f color hex is 0.00, 0.58, 0.26, 0.33. Web safe color of #ac487f is #993366. Color #ac487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 01111111
Octal 254 110 177
Decimal 172 72 127
Hex AC 48 7F

RGB Percentages of Color #ac487f

%46.36
%19.41
%34.23

CMYK Percentages of Color #ac487f

%0
%58
%26
%33

Triadic Colors of #ac487f

#ac487f #7fac48 #487fac

Analogous Colors of #ac487f

#ac487f #ac484d #a748ac

Monochromatic Colors of #ac487f

#ac487f

Complementary Color

#ac487f #48ac75

#ac487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac487f Color CSS Codes

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

#ac487f Text Font Color

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

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


#ac487f Background Color

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

This div background color is #ac487f


#ac487f Border Color

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

This div border color is #ac487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac487f


Comments

No comments written yet.

Please login to write comment.