Color Hex Logo

#ac2f9f Color Hex

#AC2F9F
(172,47,159)
0 Favorites   0 Comments

Color spaces of #ac2f9f

RGB 17247159
HSL0.850.570.43
HSV306°73°67°
CMYK 0.000.730.08   0.33
XYZ24.287813.306934.0893
Yxy13.30690.33880.1856
Hunter Lab36.478655.0093-29.8715
CIE-Lab43.222162.0202-33.6980

#ac2f9f color RGB value is (172,47,159).

#ac2f9f hex color red value is 172, green value is 47 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac2f9f hue: 0.85 , saturation: 0.57 and the lightness value of ac2f9f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101111 10011111
Octal 254 57 237
Decimal 172 47 159
Hex AC 2F 9F

RGB Percentages of Color #ac2f9f

%45.50
%12.43
%42.06

CMYK Percentages of Color #ac2f9f

%0
%73
%8
%33

Triadic Colors of #ac2f9f

#ac2f9f #9fac2f #2f9fac

Analogous Colors of #ac2f9f

#ac2f9f #ac2f60 #7b2fac

Monochromatic Colors of #ac2f9f

#ac2f9f

Complementary Color

#ac2f9f #2fac3c

#ac2f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2f9f Color CSS Codes

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

#ac2f9f Text Font Color

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

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


#ac2f9f Background Color

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

This div background color is #ac2f9f


#ac2f9f Border Color

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

This div border color is #ac2f9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2f9f


Comments

No comments written yet.

Please login to write comment.