Color Hex Logo

#ac295b Color Hex

#AC295B
(172,41,91)
0 Favorites   0 Comments

Color spaces of #ac295b

RGB 1724191
HSL0.940.620.42
HSV337°76°67°
CMYK 0.000.760.47   0.33
XYZ19.694511.111911.0043
Yxy11.11190.47100.2658
Hunter Lab33.334547.12493.7615
CIE-Lab39.768355.49252.9920

#ac295b color RGB value is (172,41,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 01011011
Octal 254 51 133
Decimal 172 41 91
Hex AC 29 5B

RGB Percentages of Color #ac295b

%56.58
%13.49
%29.93

CMYK Percentages of Color #ac295b

%0
%76
%47
%33

Triadic Colors of #ac295b

#ac295b #5bac29 #295bac

Analogous Colors of #ac295b

#ac295b #ac3829 #ac299d

Monochromatic Colors of #ac295b

#ac295b

Complementary Color

#ac295b #29ac7a

#ac295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac295b Color CSS Codes

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

#ac295b Text Font Color

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

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


#ac295b Background Color

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

This div background color is #ac295b


#ac295b Border Color

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

This div border color is #ac295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac295b


Comments

No comments written yet.

Please login to write comment.