Color Hex Logo

#ac025a Color Hex

#AC025A
(172,2,90)
0 Favorites   0 Comments

Color spaces of #ac025a

RGB 172290
HSL0.910.980.34
HSV329°99°67°
CMYK 0.000.990.48   0.33
XYZ18.88049.552310.5215
Yxy9.55230.48470.2452
Hunter Lab30.906854.95551.4509
CIE-Lab37.026663.1758-0.3522

#ac025a color RGB value is (172,2,90).

#ac025a hex color red value is 172, green value is 2 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac025a hue: 0.91 , saturation: 0.98 and the lightness value of ac025a is 0.34.

The process color (four color CMYK) of #ac025a color hex is 0.00, 0.99, 0.48, 0.33. Web safe color of #ac025a is #990066. Color #ac025a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 01011010
Octal 254 2 132
Decimal 172 2 90
Hex AC 2 5A

RGB Percentages of Color #ac025a

%65.15
%0.76
%34.09

CMYK Percentages of Color #ac025a

%0
%99
%48
%33

Triadic Colors of #ac025a

#ac025a #5aac02 #025aac

Analogous Colors of #ac025a

#ac025a #ac0205 #a902ac

Monochromatic Colors of #ac025a

#ac025a

Complementary Color

#ac025a #02ac54

#ac025a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac025a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac025a Color CSS Codes

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

#ac025a Text Font Color

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

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


#ac025a Background Color

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

This div background color is #ac025a


#ac025a Border Color

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

This div border color is #ac025a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,2,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 #ac025a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac025a


Comments

No comments written yet.

Please login to write comment.