Color Hex Logo

#ac446f Color Hex

#AC446F
(172,68,111)
0 Favorites   0 Comments

Color spaces of #ac446f

RGB 17268111
HSL0.930.430.47
HSV335°60°67°
CMYK 0.000.600.35   0.33
XYZ21.949614.052616.5945
Yxy14.05260.41730.2672
Hunter Lab37.486838.9150-0.0055
CIE-Lab44.308346.8110-2.8514

#ac446f color RGB value is (172,68,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 01101111
Octal 254 104 157
Decimal 172 68 111
Hex AC 44 6F

RGB Percentages of Color #ac446f

%49.00
%19.37
%31.62

CMYK Percentages of Color #ac446f

%0
%60
%35
%33

Triadic Colors of #ac446f

#ac446f #6fac44 #446fac

Analogous Colors of #ac446f

#ac446f #ac4d44 #ac44a3

Monochromatic Colors of #ac446f

#ac446f

Complementary Color

#ac446f #44ac81

#ac446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac446f Color CSS Codes

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

#ac446f Text Font Color

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

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


#ac446f Background Color

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

This div background color is #ac446f


#ac446f Border Color

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

This div border color is #ac446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac446f


Comments

No comments written yet.

Please login to write comment.