Color Hex Logo

#ac257e Color Hex

#AC257E
(172,37,126)
0 Favorites   0 Comments

Color spaces of #ac257e

RGB 17237126
HSL0.890.650.41
HSV320°78°67°
CMYK 0.000.780.27   0.33
XYZ21.440711.600120.8477
Yxy11.60010.39790.2153
Hunter Lab34.058952.7658-12.4506
CIE-Lab40.573460.5205-17.7332

#ac257e color RGB value is (172,37,126).

#ac257e hex color red value is 172, green value is 37 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac257e hue: 0.89 , saturation: 0.65 and the lightness value of ac257e is 0.41.

The process color (four color CMYK) of #ac257e color hex is 0.00, 0.78, 0.27, 0.33. Web safe color of #ac257e is #993366. Color #ac257e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 01111110
Octal 254 45 176
Decimal 172 37 126
Hex AC 25 7E

RGB Percentages of Color #ac257e

%51.34
%11.04
%37.61

CMYK Percentages of Color #ac257e

%0
%78
%27
%33

Triadic Colors of #ac257e

#ac257e #7eac25 #257eac

Analogous Colors of #ac257e

#ac257e #ac253b #9725ac

Monochromatic Colors of #ac257e

#ac257e

Complementary Color

#ac257e #25ac53

#ac257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac257e Color CSS Codes

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

#ac257e Text Font Color

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

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


#ac257e Background Color

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

This div background color is #ac257e


#ac257e Border Color

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

This div border color is #ac257e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac257e


Comments

No comments written yet.

Please login to write comment.