Color Hex Logo

#ac419f Color Hex

#AC419F
(172,65,159)
0 Favorites   0 Comments

Color spaces of #ac419f

RGB 17265159
HSL0.850.450.46
HSV307°62°67°
CMYK 0.000.620.08   0.33
XYZ25.161615.054534.3805
Yxy15.05450.33730.2018
Hunter Lab38.800147.8557-25.3763
CIE-Lab45.708855.0620-29.7963

#ac419f color RGB value is (172,65,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 10011111
Octal 254 101 237
Decimal 172 65 159
Hex AC 41 9F

RGB Percentages of Color #ac419f

%43.43
%16.41
%40.15

CMYK Percentages of Color #ac419f

%0
%62
%8
%33

Triadic Colors of #ac419f

#ac419f #9fac41 #419fac

Analogous Colors of #ac419f

#ac419f #ac416a #8441ac

Monochromatic Colors of #ac419f

#ac419f

Complementary Color

#ac419f #41ac4e

#ac419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac419f Color CSS Codes

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

#ac419f Text Font Color

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

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


#ac419f Background Color

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

This div background color is #ac419f


#ac419f Border Color

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

This div border color is #ac419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac419f


Comments

No comments written yet.

Please login to write comment.