Color Hex Logo

#ac2aaf Color Hex

#AC2AAF
(172,42,175)
0 Favorites   0 Comments

Color spaces of #ac2aaf

RGB 17242175
HSL0.830.610.43
HSV299°76°69°
CMYK 0.020.760.00   0.31
XYZ25.579113.521741.8192
Yxy13.52170.31610.1671
Hunter Lab36.771959.8167-41.6879
CIE-Lab43.539066.1802-42.7256

#ac2aaf color RGB value is (172,42,175).

#ac2aaf hex color red value is 172, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac2aaf hue: 0.83 , saturation: 0.61 and the lightness value of ac2aaf is 0.43.

The process color (four color CMYK) of #ac2aaf color hex is 0.02, 0.76, 0.00, 0.31. Web safe color of #ac2aaf is #993399. Color #ac2aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101010 10101111
Octal 254 52 257
Decimal 172 42 175
Hex AC 2A AF

RGB Percentages of Color #ac2aaf

%44.22
%10.80
%44.99

CMYK Percentages of Color #ac2aaf

%2
%76
%0
%31

Triadic Colors of #ac2aaf

#ac2aaf #afac2a #2aafac

Analogous Colors of #ac2aaf

#ac2aaf #af2a70 #6a2aaf

Monochromatic Colors of #ac2aaf

#ac2aaf

Complementary Color

#ac2aaf #2daf2a

#ac2aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2aaf Color CSS Codes

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

#ac2aaf Text Font Color

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

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


#ac2aaf Background Color

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

This div background color is #ac2aaf


#ac2aaf Border Color

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

This div border color is #ac2aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2aaf


Comments

No comments written yet.

Please login to write comment.