Color Hex Logo

#ac239f Color Hex

#AC239F
(172,35,159)
0 Favorites   0 Comments

Color spaces of #ac239f

RGB 17235159
HSL0.850.660.41
HSV306°80°67°
CMYK 0.000.800.08   0.33
XYZ23.872312.475933.9508
Yxy12.47590.33960.1775
Hunter Lab35.321258.8293-32.2647
CIE-Lab41.962765.6288-35.6852

#ac239f color RGB value is (172,35,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 10011111
Octal 254 43 237
Decimal 172 35 159
Hex AC 23 9F

RGB Percentages of Color #ac239f

%46.99
%9.56
%43.44

CMYK Percentages of Color #ac239f

%0
%80
%8
%33

Triadic Colors of #ac239f

#ac239f #9fac23 #239fac

Analogous Colors of #ac239f

#ac239f #ac235b #7523ac

Monochromatic Colors of #ac239f

#ac239f

Complementary Color

#ac239f #23ac30

#ac239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac239f Color CSS Codes

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

#ac239f Text Font Color

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

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


#ac239f Background Color

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

This div background color is #ac239f


#ac239f Border Color

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

This div border color is #ac239f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac239f


Comments

No comments written yet.

Please login to write comment.