Color Hex Logo

#ac356f Color Hex

#AC356F
(172,53,111)
0 Favorites   0 Comments

Color spaces of #ac356f

RGB 17253111
HSL0.920.530.44
HSV331°69°67°
CMYK 0.000.690.35   0.33
XYZ21.155612.464616.3298
Yxy12.46460.42350.2495
Hunter Lab35.305245.1766-2.7098
CIE-Lab41.945253.2523-6.3546

#ac356f color RGB value is (172,53,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 01101111
Octal 254 65 157
Decimal 172 53 111
Hex AC 35 6F

RGB Percentages of Color #ac356f

%51.19
%15.77
%33.04

CMYK Percentages of Color #ac356f

%0
%69
%35
%33

Triadic Colors of #ac356f

#ac356f #6fac35 #356fac

Analogous Colors of #ac356f

#ac356f #ac3735 #ac35ab

Monochromatic Colors of #ac356f

#ac356f

Complementary Color

#ac356f #35ac72

#ac356f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac356f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac356f Color CSS Codes

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

#ac356f Text Font Color

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

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


#ac356f Background Color

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

This div background color is #ac356f


#ac356f Border Color

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

This div border color is #ac356f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac356f


Comments

No comments written yet.

Please login to write comment.