Color Hex Logo

#ac028e Color Hex

#AC028E
(172,2,142)
0 Favorites   0 Comments

Color spaces of #ac028e

RGB 1722142
HSL0.860.980.34
HSV311°99°67°
CMYK 0.000.990.17   0.33
XYZ21.917510.767126.5143
Yxy10.76710.37020.1819
Hunter Lab32.813361.8052-24.9392
CIE-Lab39.185468.7427-29.7453

#ac028e color RGB value is (172,2,142).

#ac028e hex color red value is 172, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac028e hue: 0.86 , saturation: 0.98 and the lightness value of ac028e is 0.34.

The process color (four color CMYK) of #ac028e color hex is 0.00, 0.99, 0.17, 0.33. Web safe color of #ac028e is #990099. Color #ac028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 10001110
Octal 254 2 216
Decimal 172 2 142
Hex AC 2 8E

RGB Percentages of Color #ac028e

%54.43
%0.63
%44.94

CMYK Percentages of Color #ac028e

%0
%99
%17
%33

Triadic Colors of #ac028e

#ac028e #8eac02 #028eac

Analogous Colors of #ac028e

#ac028e #ac0239 #7502ac

Monochromatic Colors of #ac028e

#ac028e

Complementary Color

#ac028e #02ac20

#ac028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac028e Color CSS Codes

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

#ac028e Text Font Color

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

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


#ac028e Background Color

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

This div background color is #ac028e


#ac028e Border Color

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

This div border color is #ac028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac028e


Comments

No comments written yet.

Please login to write comment.