Color Hex Logo

#ac219e Color Hex

#AC219E
(172,33,158)
0 Favorites   0 Comments

Color spaces of #ac219e

RGB 17233158
HSL0.850.680.40
HSV306°81°67°
CMYK 0.000.810.08   0.33
XYZ23.728712.327033.4765
Yxy12.32700.34130.1773
Hunter Lab35.109859.1956-31.9549
CIE-Lab41.731265.9929-35.4499

#ac219e color RGB value is (172,33,158).

#ac219e hex color red value is 172, green value is 33 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac219e hue: 0.85 , saturation: 0.68 and the lightness value of ac219e is 0.40.

The process color (four color CMYK) of #ac219e color hex is 0.00, 0.81, 0.08, 0.33. Web safe color of #ac219e is #993399. Color #ac219e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 10011110
Octal 254 41 236
Decimal 172 33 158
Hex AC 21 9E

RGB Percentages of Color #ac219e

%47.38
%9.09
%43.53

CMYK Percentages of Color #ac219e

%0
%81
%8
%33

Triadic Colors of #ac219e

#ac219e #9eac21 #219eac

Analogous Colors of #ac219e

#ac219e #ac2158 #7521ac

Monochromatic Colors of #ac219e

#ac219e

Complementary Color

#ac219e #21ac2f

#ac219e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac219e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac219e Color CSS Codes

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

#ac219e Text Font Color

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

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


#ac219e Background Color

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

This div background color is #ac219e


#ac219e Border Color

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

This div border color is #ac219e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac219e


Comments

No comments written yet.

Please login to write comment.