Color Hex Logo

#ac298e Color Hex

#AC298E
(172,41,142)
0 Favorites   0 Comments

Color spaces of #ac298e

RGB 17241142
HSL0.870.620.42
HSV314°76°67°
CMYK 0.000.760.17   0.33
XYZ22.688712.309526.7713
Yxy12.30950.36730.1993
Hunter Lab35.084954.0338-20.6814
CIE-Lab41.703961.4422-25.8054

#ac298e color RGB value is (172,41,142).

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

The process color (four color CMYK) of #ac298e color hex is 0.00, 0.76, 0.17, 0.33. Web safe color of #ac298e is #993399. Color #ac298e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 10001110
Octal 254 51 216
Decimal 172 41 142
Hex AC 29 8E

RGB Percentages of Color #ac298e

%48.45
%11.55
%40.00

CMYK Percentages of Color #ac298e

%0
%76
%17
%33

Triadic Colors of #ac298e

#ac298e #8eac29 #298eac

Analogous Colors of #ac298e

#ac298e #ac294d #8929ac

Monochromatic Colors of #ac298e

#ac298e

Complementary Color

#ac298e #29ac47

#ac298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac298e Color CSS Codes

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

#ac298e Text Font Color

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

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


#ac298e Background Color

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

This div background color is #ac298e


#ac298e Border Color

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

This div border color is #ac298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac298e


Comments

No comments written yet.

Please login to write comment.