Color Hex Logo

#ac28aa Color Hex

#AC28AA
(172,40,170)
0 Favorites   0 Comments

Color spaces of #ac28aa

RGB 17240170
HSL0.840.620.42
HSV301°77°67°
CMYK 0.000.770.01   0.33
XYZ25.027713.190539.2571
Yxy13.19050.32300.1703
Hunter Lab36.318759.4489-38.6638
CIE-Lab43.048965.9564-40.5389

#ac28aa color RGB value is (172,40,170).

#ac28aa hex color red value is 172, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac28aa hue: 0.84 , saturation: 0.62 and the lightness value of ac28aa is 0.42.

The process color (four color CMYK) of #ac28aa color hex is 0.00, 0.77, 0.01, 0.33. Web safe color of #ac28aa is #993399. Color #ac28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 10101010
Octal 254 50 252
Decimal 172 40 170
Hex AC 28 AA

RGB Percentages of Color #ac28aa

%45.03
%10.47
%44.50

CMYK Percentages of Color #ac28aa

%0
%77
%1
%33

Triadic Colors of #ac28aa

#ac28aa #aaac28 #28aaac

Analogous Colors of #ac28aa

#ac28aa #ac2868 #6c28ac

Monochromatic Colors of #ac28aa

#ac28aa

Complementary Color

#ac28aa #28ac2a

#ac28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac28aa Color CSS Codes

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

#ac28aa Text Font Color

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

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


#ac28aa Background Color

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

This div background color is #ac28aa


#ac28aa Border Color

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

This div border color is #ac28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac28aa


Comments

No comments written yet.

Please login to write comment.