Color Hex Logo

#ac59ab Color Hex

#AC59AB
(172,89,171)
0 Favorites   0 Comments

Color spaces of #ac59ab

RGB 17289171
HSL0.840.330.51
HSV301°48°67°
CMYK 0.000.480.01   0.33
XYZ27.936318.855740.6952
Yxy18.85570.31930.2155
Hunter Lab43.423238.8475-25.1690
CIE-Lab50.518045.7249-29.3786

#ac59ab color RGB value is (172,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 10101011
Octal 254 131 253
Decimal 172 89 171
Hex AC 59 AB

RGB Percentages of Color #ac59ab

%39.81
%20.60
%39.58

CMYK Percentages of Color #ac59ab

%0
%48
%1
%33

Triadic Colors of #ac59ab

#ac59ab #abac59 #59abac

Analogous Colors of #ac59ab

#ac59ab #ac5982 #8459ac

Monochromatic Colors of #ac59ab

#ac59ab

Complementary Color

#ac59ab #59ac5a

#ac59ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59ab Color CSS Codes

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

#ac59ab Text Font Color

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

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


#ac59ab Background Color

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

This div background color is #ac59ab


#ac59ab Border Color

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

This div border color is #ac59ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59ab


Comments

No comments written yet.

Please login to write comment.