Color Hex Logo

#ac599f Color Hex

#AC599F
(172,89,159)
0 Favorites   0 Comments

Color spaces of #ac599f

RGB 17289159
HSL0.860.330.51
HSV309°48°67°
CMYK 0.000.480.08   0.33
XYZ26.843618.418634.9412
Yxy18.41860.33470.2296
Hunter Lab42.916936.5434-18.2297
CIE-Lab49.999943.5656-23.1341

#ac599f color RGB value is (172,89,159).

#ac599f hex color red value is 172, green value is 89 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac599f hue: 0.86 , saturation: 0.33 and the lightness value of ac599f is 0.51.

The process color (four color CMYK) of #ac599f color hex is 0.00, 0.48, 0.08, 0.33. Web safe color of #ac599f is #996699. Color #ac599f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 10011111
Octal 254 131 237
Decimal 172 89 159
Hex AC 59 9F

RGB Percentages of Color #ac599f

%40.95
%21.19
%37.86

CMYK Percentages of Color #ac599f

%0
%48
%8
%33

Triadic Colors of #ac599f

#ac599f #9fac59 #599fac

Analogous Colors of #ac599f

#ac599f #ac5976 #9059ac

Monochromatic Colors of #ac599f

#ac599f

Complementary Color

#ac599f #59ac66

#ac599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac599f Color CSS Codes

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

#ac599f Text Font Color

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

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


#ac599f Background Color

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

This div background color is #ac599f


#ac599f Border Color

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

This div border color is #ac599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac599f


Comments

No comments written yet.

Please login to write comment.