Color Hex Logo

#ac138f Color Hex

#AC138F
(172,19,143)
0 Favorites   0 Comments

Color spaces of #ac138f

RGB 17219143
HSL0.860.800.37
HSV311°89°67°
CMYK 0.000.890.17   0.33
XYZ22.204111.219626.9819
Yxy11.21960.36760.1857
Hunter Lab33.495759.7093-24.3131
CIE-Lab39.947966.7868-29.1606

#ac138f color RGB value is (172,19,143).

#ac138f hex color red value is 172, green value is 19 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ac138f hue: 0.86 , saturation: 0.80 and the lightness value of ac138f is 0.37.

The process color (four color CMYK) of #ac138f color hex is 0.00, 0.89, 0.17, 0.33. Web safe color of #ac138f is #990099. Color #ac138f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 10001111
Octal 254 23 217
Decimal 172 19 143
Hex AC 13 8F

RGB Percentages of Color #ac138f

%51.50
%5.69
%42.81

CMYK Percentages of Color #ac138f

%0
%89
%17
%33

Triadic Colors of #ac138f

#ac138f #8fac13 #138fac

Analogous Colors of #ac138f

#ac138f #ac1343 #7d13ac

Monochromatic Colors of #ac138f

#ac138f

Complementary Color

#ac138f #13ac30

#ac138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac138f Color CSS Codes

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

#ac138f Text Font Color

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

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


#ac138f Background Color

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

This div background color is #ac138f


#ac138f Border Color

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

This div border color is #ac138f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac138f


Comments

No comments written yet.

Please login to write comment.