Color Hex Logo

#ac2895 Color Hex

#AC2895
(172,40,149)
0 Favorites   0 Comments

Color spaces of #ac2895

RGB 17240149
HSL0.860.620.42
HSV310°77°67°
CMYK 0.000.770.13   0.33
XYZ23.196912.458229.6158
Yxy12.45820.35540.1909
Hunter Lab35.296255.5432-25.0409
CIE-Lab41.935362.7434-29.6955

#ac2895 color RGB value is (172,40,149).

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

The process color (four color CMYK) of #ac2895 color hex is 0.00, 0.77, 0.13, 0.33. Web safe color of #ac2895 is #993399. Color #ac2895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 10010101
Octal 254 50 225
Decimal 172 40 149
Hex AC 28 95

RGB Percentages of Color #ac2895

%47.65
%11.08
%41.27

CMYK Percentages of Color #ac2895

%0
%77
%13
%33

Triadic Colors of #ac2895

#ac2895 #95ac28 #2895ac

Analogous Colors of #ac2895

#ac2895 #ac2853 #8128ac

Monochromatic Colors of #ac2895

#ac2895

Complementary Color

#ac2895 #28ac3f

#ac2895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2895 Color CSS Codes

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

#ac2895 Text Font Color

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

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


#ac2895 Background Color

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

This div background color is #ac2895


#ac2895 Border Color

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

This div border color is #ac2895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2895


Comments

No comments written yet.

Please login to write comment.