Color Hex Logo

#ac225a Color Hex

#AC225A
(172,34,90)
0 Favorites   0 Comments

Color spaces of #ac225a

RGB 1723490
HSL0.930.670.40
HSV336°80°67°
CMYK 0.000.800.48   0.33
XYZ19.430710.652910.7050
Yxy10.65290.47640.2612
Hunter Lab32.638849.14773.4010
CIE-Lab38.989657.52202.5018

#ac225a color RGB value is (172,34,90).

#ac225a hex color red value is 172, green value is 34 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac225a hue: 0.93 , saturation: 0.67 and the lightness value of ac225a is 0.40.

The process color (four color CMYK) of #ac225a color hex is 0.00, 0.80, 0.48, 0.33. Web safe color of #ac225a is #993366. Color #ac225a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 01011010
Octal 254 42 132
Decimal 172 34 90
Hex AC 22 5A

RGB Percentages of Color #ac225a

%58.11
%11.49
%30.41

CMYK Percentages of Color #ac225a

%0
%80
%48
%33

Triadic Colors of #ac225a

#ac225a #5aac22 #225aac

Analogous Colors of #ac225a

#ac225a #ac2f22 #ac229f

Monochromatic Colors of #ac225a

#ac225a

Complementary Color

#ac225a #22ac74

#ac225a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac225a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac225a Color CSS Codes

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

#ac225a Text Font Color

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

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


#ac225a Background Color

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

This div background color is #ac225a


#ac225a Border Color

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

This div border color is #ac225a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac225a


Comments

No comments written yet.

Please login to write comment.