Color Hex Logo

#ac244d Color Hex

#AC244D
(172,36,77)
0 Favorites   0 Comments

Color spaces of #ac244d

RGB 1723677
HSL0.950.650.41
HSV342°79°67°
CMYK 0.000.790.55   0.33
XYZ18.983710.56828.0605
Yxy10.56820.50470.2810
Hunter Lab32.508847.34598.0553
CIE-Lab38.843555.875610.5800

#ac244d color RGB value is (172,36,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01001101
Octal 254 44 115
Decimal 172 36 77
Hex AC 24 4D

RGB Percentages of Color #ac244d

%60.35
%12.63
%27.02

CMYK Percentages of Color #ac244d

%0
%79
%55
%33

Triadic Colors of #ac244d

#ac244d #4dac24 #244dac

Analogous Colors of #ac244d

#ac244d #ac3f24 #ac2491

Monochromatic Colors of #ac244d

#ac244d

Complementary Color

#ac244d #24ac83

#ac244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac244d Color CSS Codes

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

#ac244d Text Font Color

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

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


#ac244d Background Color

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

This div background color is #ac244d


#ac244d Border Color

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

This div border color is #ac244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac244d


Comments

No comments written yet.

Please login to write comment.