Color Hex Logo

#ac319f Color Hex

#AC319F
(172,49,159)
0 Favorites   0 Comments

Color spaces of #ac319f

RGB 17249159
HSL0.850.560.43
HSV306°72°67°
CMYK 0.000.720.08   0.33
XYZ24.369613.470534.1165
Yxy13.47050.33870.1872
Hunter Lab36.702254.2920-29.4215
CIE-Lab43.463861.3341-33.3174

#ac319f color RGB value is (172,49,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10011111
Octal 254 61 237
Decimal 172 49 159
Hex AC 31 9F

RGB Percentages of Color #ac319f

%45.26
%12.89
%41.84

CMYK Percentages of Color #ac319f

%0
%72
%8
%33

Triadic Colors of #ac319f

#ac319f #9fac31 #319fac

Analogous Colors of #ac319f

#ac319f #ac3161 #7c31ac

Monochromatic Colors of #ac319f

#ac319f

Complementary Color

#ac319f #31ac3e

#ac319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac319f Color CSS Codes

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

#ac319f Text Font Color

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

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


#ac319f Background Color

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

This div background color is #ac319f


#ac319f Border Color

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

This div border color is #ac319f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,49,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 #ac319f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac319f


Comments

No comments written yet.

Please login to write comment.