Color Hex Logo

#ac137f Color Hex

#AC137F
(172,19,127)
0 Favorites   0 Comments

Color spaces of #ac137f

RGB 17219127
HSL0.880.800.37
HSV318°89°67°
CMYK 0.000.890.26   0.33
XYZ21.076910.768721.0464
Yxy10.76870.39850.2036
Hunter Lab32.815757.2197-15.0547
CIE-Lab39.188164.7599-20.4866

#ac137f color RGB value is (172,19,127).

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

The process color (four color CMYK) of #ac137f color hex is 0.00, 0.89, 0.26, 0.33. Web safe color of #ac137f is #990066. Color #ac137f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 01111111
Octal 254 23 177
Decimal 172 19 127
Hex AC 13 7F

RGB Percentages of Color #ac137f

%54.09
%5.97
%39.94

CMYK Percentages of Color #ac137f

%0
%89
%26
%33

Triadic Colors of #ac137f

#ac137f #7fac13 #137fac

Analogous Colors of #ac137f

#ac137f #ac1333 #8d13ac

Monochromatic Colors of #ac137f

#ac137f

Complementary Color

#ac137f #13ac40

#ac137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac137f Color CSS Codes

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

#ac137f Text Font Color

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

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


#ac137f Background Color

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

This div background color is #ac137f


#ac137f Border Color

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

This div border color is #ac137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac137f


Comments

No comments written yet.

Please login to write comment.