Color Hex Logo

#ac347e Color Hex

#AC347E
(172,52,126)
0 Favorites   0 Comments

Color spaces of #ac347e

RGB 17252126
HSL0.900.540.44
HSV323°70°67°
CMYK 0.000.700.27   0.33
XYZ22.007112.733021.0365
Yxy12.73300.39460.2283
Hunter Lab35.683347.6411-9.9751
CIE-Lab42.358255.4843-15.0029

#ac347e color RGB value is (172,52,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 01111110
Octal 254 64 176
Decimal 172 52 126
Hex AC 34 7E

RGB Percentages of Color #ac347e

%49.14
%14.86
%36.00

CMYK Percentages of Color #ac347e

%0
%70
%27
%33

Triadic Colors of #ac347e

#ac347e #7eac34 #347eac

Analogous Colors of #ac347e

#ac347e #ac3442 #9e34ac

Monochromatic Colors of #ac347e

#ac347e

Complementary Color

#ac347e #34ac62

#ac347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac347e Color CSS Codes

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

#ac347e Text Font Color

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

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


#ac347e Background Color

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

This div background color is #ac347e


#ac347e Border Color

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

This div border color is #ac347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac347e


Comments

No comments written yet.

Please login to write comment.