Color Hex Logo

#ac346f Color Hex

#AC346F
(172,52,111)
0 Favorites   0 Comments

Color spaces of #ac346f

RGB 17252111
HSL0.920.540.44
HSV331°70°67°
CMYK 0.000.700.35   0.33
XYZ21.110512.374316.3148
Yxy12.37430.42390.2485
Hunter Lab35.177145.5615-2.8741
CIE-Lab41.804953.6414-6.5639

#ac346f color RGB value is (172,52,111).

#ac346f hex color red value is 172, green value is 52 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac346f hue: 0.92 , saturation: 0.54 and the lightness value of ac346f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 01101111
Octal 254 64 157
Decimal 172 52 111
Hex AC 34 6F

RGB Percentages of Color #ac346f

%51.34
%15.52
%33.13

CMYK Percentages of Color #ac346f

%0
%70
%35
%33

Triadic Colors of #ac346f

#ac346f #6fac34 #346fac

Analogous Colors of #ac346f

#ac346f #ac3534 #ac34ab

Monochromatic Colors of #ac346f

#ac346f

Complementary Color

#ac346f #34ac71

#ac346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac346f Color CSS Codes

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

#ac346f Text Font Color

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

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


#ac346f Background Color

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

This div background color is #ac346f


#ac346f Border Color

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

This div border color is #ac346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac346f


Comments

No comments written yet.

Please login to write comment.