Color Hex Logo

#ac367e Color Hex

#AC367E
(172,54,126)
0 Favorites   0 Comments

Color spaces of #ac367e

RGB 17254126
HSL0.900.520.44
HSV323°69°67°
CMYK 0.000.690.27   0.33
XYZ22.098312.915321.0669
Yxy12.91530.39400.2303
Hunter Lab35.937946.8689-9.5995
CIE-Lab42.635354.7131-14.5806

#ac367e color RGB value is (172,54,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110110 01111110
Octal 254 66 176
Decimal 172 54 126
Hex AC 36 7E

RGB Percentages of Color #ac367e

%48.86
%15.34
%35.80

CMYK Percentages of Color #ac367e

%0
%69
%27
%33

Triadic Colors of #ac367e

#ac367e #7eac36 #367eac

Analogous Colors of #ac367e

#ac367e #ac3643 #9f36ac

Monochromatic Colors of #ac367e

#ac367e

Complementary Color

#ac367e #36ac64

#ac367e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac367e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac367e Color CSS Codes

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

#ac367e Text Font Color

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

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


#ac367e Background Color

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

This div background color is #ac367e


#ac367e Border Color

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

This div border color is #ac367e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac367e


Comments

No comments written yet.

Please login to write comment.