Color Hex Logo

#ac124f Color Hex

#AC124F
(172,18,79)
0 Favorites   0 Comments

Color spaces of #ac124f

RGB 1721879
HSL0.930.810.37
HSV336°90°67°
CMYK 0.000.900.54   0.33
XYZ18.64089.76788.3000
Yxy9.76780.50780.2661
Hunter Lab31.253551.77086.1318
CIE-Lab37.422460.23047.3063

#ac124f color RGB value is (172,18,79).

#ac124f hex color red value is 172, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac124f hue: 0.93 , saturation: 0.81 and the lightness value of ac124f is 0.37.

The process color (four color CMYK) of #ac124f color hex is 0.00, 0.90, 0.54, 0.33. Web safe color of #ac124f is #990066. Color #ac124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 01001111
Octal 254 22 117
Decimal 172 18 79
Hex AC 12 4F

RGB Percentages of Color #ac124f

%63.94
%6.69
%29.37

CMYK Percentages of Color #ac124f

%0
%90
%54
%33

Triadic Colors of #ac124f

#ac124f #4fac12 #124fac

Analogous Colors of #ac124f

#ac124f #ac2212 #ac129c

Monochromatic Colors of #ac124f

#ac124f

Complementary Color

#ac124f #12ac6f

#ac124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac124f Color CSS Codes

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

#ac124f Text Font Color

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

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


#ac124f Background Color

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

This div background color is #ac124f


#ac124f Border Color

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

This div border color is #ac124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac124f


Comments

No comments written yet.

Please login to write comment.