Color Hex Logo

#ac256e Color Hex

#AC256E
(172,37,110)
0 Favorites   0 Comments

Color spaces of #ac256e

RGB 17237110
HSL0.910.650.41
HSV328°78°67°
CMYK 0.000.780.36   0.33
XYZ20.489311.219615.8375
Yxy11.21960.43090.2360
Hunter Lab33.495750.5710-4.5867
CIE-Lab39.947958.6461-8.7195

#ac256e color RGB value is (172,37,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 01101110
Octal 254 45 156
Decimal 172 37 110
Hex AC 25 6E

RGB Percentages of Color #ac256e

%53.92
%11.60
%34.48

CMYK Percentages of Color #ac256e

%0
%78
%36
%33

Triadic Colors of #ac256e

#ac256e #6eac25 #256eac

Analogous Colors of #ac256e

#ac256e #ac252b #a725ac

Monochromatic Colors of #ac256e

#ac256e

Complementary Color

#ac256e #25ac63

#ac256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac256e Color CSS Codes

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

#ac256e Text Font Color

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

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


#ac256e Background Color

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

This div background color is #ac256e


#ac256e Border Color

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

This div border color is #ac256e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac256e


Comments

No comments written yet.

Please login to write comment.