Color Hex Logo

#ac296d Color Hex

#AC296D
(172,41,109)
0 Favorites   0 Comments

Color spaces of #ac296d

RGB 17241109
HSL0.910.620.42
HSV329°76°67°
CMYK 0.000.760.37   0.33
XYZ20.566511.460715.5962
Yxy11.46070.43190.2407
Hunter Lab33.853749.1970-3.6170
CIE-Lab40.345857.3070-7.4965

#ac296d color RGB value is (172,41,109).

#ac296d hex color red value is 172, green value is 41 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac296d hue: 0.91 , saturation: 0.62 and the lightness value of ac296d is 0.42.

The process color (four color CMYK) of #ac296d color hex is 0.00, 0.76, 0.37, 0.33. Web safe color of #ac296d is #993366. Color #ac296d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 01101101
Octal 254 51 155
Decimal 172 41 109
Hex AC 29 6D

RGB Percentages of Color #ac296d

%53.42
%12.73
%33.85

CMYK Percentages of Color #ac296d

%0
%76
%37
%33

Triadic Colors of #ac296d

#ac296d #6dac29 #296dac

Analogous Colors of #ac296d

#ac296d #ac292b #aa29ac

Monochromatic Colors of #ac296d

#ac296d

Complementary Color

#ac296d #29ac68

#ac296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac296d Color CSS Codes

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

#ac296d Text Font Color

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

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


#ac296d Background Color

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

This div background color is #ac296d


#ac296d Border Color

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

This div border color is #ac296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac296d


Comments

No comments written yet.

Please login to write comment.