Color Hex Logo

#ac28ad Color Hex

#AC28AD
(172,40,173)
0 Favorites   0 Comments

Color spaces of #ac28ad

RGB 17240173
HSL0.830.620.42
HSV300°77°68°
CMYK 0.010.770.00   0.32
XYZ25.314913.305440.7691
Yxy13.30540.31890.1676
Hunter Lab36.476660.0458-40.7336
CIE-Lab43.219866.4407-42.0487

#ac28ad color RGB value is (172,40,173).

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

The process color (four color CMYK) of #ac28ad color hex is 0.01, 0.77, 0.00, 0.32. Web safe color of #ac28ad is #993399. Color #ac28ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 10101101
Octal 254 50 255
Decimal 172 40 173
Hex AC 28 AD

RGB Percentages of Color #ac28ad

%44.68
%10.39
%44.94

CMYK Percentages of Color #ac28ad

%1
%77
%0
%32

Triadic Colors of #ac28ad

#ac28ad #adac28 #28adac

Analogous Colors of #ac28ad

#ac28ad #ad286c #6a28ad

Monochromatic Colors of #ac28ad

#ac28ad

Complementary Color

#ac28ad #29ad28

#ac28ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac28ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac28ad Color CSS Codes

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

#ac28ad Text Font Color

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

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


#ac28ad Background Color

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

This div background color is #ac28ad


#ac28ad Border Color

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

This div border color is #ac28ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac28ad


Comments

No comments written yet.

Please login to write comment.