Color Hex Logo

#ac184f Color Hex

#AC184F
(172,24,79)
0 Favorites   0 Comments

Color spaces of #ac184f

RGB 1722479
HSL0.940.760.38
HSV338°86°67°
CMYK 0.000.860.54   0.33
XYZ18.75129.98848.3368
Yxy9.98840.50570.2694
Hunter Lab31.604450.59796.4832
CIE-Lab37.821659.08227.8694

#ac184f color RGB value is (172,24,79).

#ac184f hex color red value is 172, green value is 24 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac184f hue: 0.94 , saturation: 0.76 and the lightness value of ac184f is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 01001111
Octal 254 30 117
Decimal 172 24 79
Hex AC 18 4F

RGB Percentages of Color #ac184f

%62.55
%8.73
%28.73

CMYK Percentages of Color #ac184f

%0
%86
%54
%33

Triadic Colors of #ac184f

#ac184f #4fac18 #184fac

Analogous Colors of #ac184f

#ac184f #ac2b18 #ac1899

Monochromatic Colors of #ac184f

#ac184f

Complementary Color

#ac184f #18ac75

#ac184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac184f Color CSS Codes

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

#ac184f Text Font Color

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

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


#ac184f Background Color

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

This div background color is #ac184f


#ac184f Border Color

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

This div border color is #ac184f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac184f


Comments

No comments written yet.

Please login to write comment.