Color Hex Logo

#ac244b Color Hex

#AC244B
(172,36,75)
0 Favorites   0 Comments

Color spaces of #ac244b

RGB 1723675
HSL0.950.650.41
HSV343°79°67°
CMYK 0.000.790.56   0.33
XYZ18.914110.54047.6942
Yxy10.54040.50910.2837
Hunter Lab32.466047.17548.6749
CIE-Lab38.795355.725511.7889

#ac244b color RGB value is (172,36,75).

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

The process color (four color CMYK) of #ac244b color hex is 0.00, 0.79, 0.56, 0.33. Web safe color of #ac244b is #993333. Color #ac244b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01001011
Octal 254 44 113
Decimal 172 36 75
Hex AC 24 4B

RGB Percentages of Color #ac244b

%60.78
%12.72
%26.50

CMYK Percentages of Color #ac244b

%0
%79
%56
%33

Triadic Colors of #ac244b

#ac244b #4bac24 #244bac

Analogous Colors of #ac244b

#ac244b #ac4124 #ac248f

Monochromatic Colors of #ac244b

#ac244b

Complementary Color

#ac244b #24ac85

#ac244b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac244b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac244b Color CSS Codes

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

#ac244b Text Font Color

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

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


#ac244b Background Color

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

This div background color is #ac244b


#ac244b Border Color

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

This div border color is #ac244b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac244b


Comments

No comments written yet.

Please login to write comment.