Color Hex Logo

#ac244f Color Hex

#AC244F
(172,36,79)
0 Favorites   0 Comments

Color spaces of #ac244f

RGB 1723679
HSL0.950.650.41
HSV341°79°67°
CMYK 0.000.790.54   0.33
XYZ19.055410.59698.4382
Yxy10.59690.50030.2782
Hunter Lab32.552947.52067.4181
CIE-Lab38.893156.02939.3738

#ac244f color RGB value is (172,36,79).

#ac244f hex color red value is 172, green value is 36 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac244f hue: 0.95 , saturation: 0.65 and the lightness value of ac244f is 0.41.

The process color (four color CMYK) of #ac244f color hex is 0.00, 0.79, 0.54, 0.33. Web safe color of #ac244f is #993366. Color #ac244f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01001111
Octal 254 44 117
Decimal 172 36 79
Hex AC 24 4F

RGB Percentages of Color #ac244f

%59.93
%12.54
%27.53

CMYK Percentages of Color #ac244f

%0
%79
%54
%33

Triadic Colors of #ac244f

#ac244f #4fac24 #244fac

Analogous Colors of #ac244f

#ac244f #ac3d24 #ac2493

Monochromatic Colors of #ac244f

#ac244f

Complementary Color

#ac244f #24ac81

#ac244f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac244f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac244f Color CSS Codes

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

#ac244f Text Font Color

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

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


#ac244f Background Color

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

This div background color is #ac244f


#ac244f Border Color

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

This div border color is #ac244f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac244f


Comments

No comments written yet.

Please login to write comment.