Color Hex Logo

#ac428a Color Hex

#AC428A
(172,66,138)
0 Favorites   0 Comments

Color spaces of #ac428a

RGB 17266138
HSL0.890.450.47
HSV319°62°67°
CMYK 0.000.620.20   0.33
XYZ23.548914.502125.6028
Yxy14.50210.37000.2278
Hunter Lab38.081643.7379-13.2043
CIE-Lab44.944651.3449-18.3679

#ac428a color RGB value is (172,66,138).

#ac428a hex color red value is 172, green value is 66 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ac428a hue: 0.89 , saturation: 0.45 and the lightness value of ac428a is 0.47.

The process color (four color CMYK) of #ac428a color hex is 0.00, 0.62, 0.20, 0.33. Web safe color of #ac428a is #993399. Color #ac428a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 10001010
Octal 254 102 212
Decimal 172 66 138
Hex AC 42 8A

RGB Percentages of Color #ac428a

%45.74
%17.55
%36.70

CMYK Percentages of Color #ac428a

%0
%62
%20
%33

Triadic Colors of #ac428a

#ac428a #8aac42 #428aac

Analogous Colors of #ac428a

#ac428a #ac4255 #9942ac

Monochromatic Colors of #ac428a

#ac428a

Complementary Color

#ac428a #42ac64

#ac428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac428a Color CSS Codes

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

#ac428a Text Font Color

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

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


#ac428a Background Color

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

This div background color is #ac428a


#ac428a Border Color

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

This div border color is #ac428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac428a


Comments

No comments written yet.

Please login to write comment.