Color Hex Logo

#ac295c Color Hex

#AC295C
(172,41,92)
0 Favorites   0 Comments

Color spaces of #ac295c

RGB 1724192
HSL0.940.620.42
HSV337°76°67°
CMYK 0.000.760.47   0.33
XYZ19.738011.129211.2331
Yxy11.12920.46880.2643
Hunter Lab33.360547.23033.3882
CIE-Lab39.797255.58552.4006

#ac295c color RGB value is (172,41,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 01011100
Octal 254 51 134
Decimal 172 41 92
Hex AC 29 5C

RGB Percentages of Color #ac295c

%56.39
%13.44
%30.16

CMYK Percentages of Color #ac295c

%0
%76
%47
%33

Triadic Colors of #ac295c

#ac295c #5cac29 #295cac

Analogous Colors of #ac295c

#ac295c #ac3729 #ac299e

Monochromatic Colors of #ac295c

#ac295c

Complementary Color

#ac295c #29ac79

#ac295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac295c Color CSS Codes

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

#ac295c Text Font Color

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

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


#ac295c Background Color

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

This div background color is #ac295c


#ac295c Border Color

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

This div border color is #ac295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac295c


Comments

No comments written yet.

Please login to write comment.