Color Hex Logo

#ac447a Color Hex

#AC447A
(172,68,122)
0 Favorites   0 Comments

Color spaces of #ac447a

RGB 17268122
HSL0.910.430.47
HSV329°60°67°
CMYK 0.000.600.29   0.33
XYZ22.593214.310019.9837
Yxy14.31000.39720.2516
Hunter Lab37.828640.4096-4.8411
CIE-Lab44.674348.2029-9.0477

#ac447a color RGB value is (172,68,122).

#ac447a hex color red value is 172, green value is 68 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac447a hue: 0.91 , saturation: 0.43 and the lightness value of ac447a is 0.47.

The process color (four color CMYK) of #ac447a color hex is 0.00, 0.60, 0.29, 0.33. Web safe color of #ac447a is #993366. Color #ac447a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 01111010
Octal 254 104 172
Decimal 172 68 122
Hex AC 44 7A

RGB Percentages of Color #ac447a

%47.51
%18.78
%33.70

CMYK Percentages of Color #ac447a

%0
%60
%29
%33

Triadic Colors of #ac447a

#ac447a #7aac44 #447aac

Analogous Colors of #ac447a

#ac447a #ac4446 #aa44ac

Monochromatic Colors of #ac447a

#ac447a

Complementary Color

#ac447a #44ac76

#ac447a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac447a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac447a Color CSS Codes

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

#ac447a Text Font Color

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

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


#ac447a Background Color

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

This div background color is #ac447a


#ac447a Border Color

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

This div border color is #ac447a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac447a


Comments

No comments written yet.

Please login to write comment.