Color Hex Logo

#aa025f Color Hex

#AA025F
(170,2,95)
0 Favorites   0 Comments

Color spaces of #aa025f

RGB 170295
HSL0.910.980.34
HSV327°99°67°
CMYK 0.000.990.44   0.33
XYZ18.66489.415711.6601
Yxy9.41570.46970.2369
Hunter Lab30.685054.8776-1.0503
CIE-Lab36.772663.1558-3.9880

#aa025f color RGB value is (170,2,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000010 01011111
Octal 252 2 137
Decimal 170 2 95
Hex AA 2 5F

RGB Percentages of Color #aa025f

%63.67
%0.75
%35.58

CMYK Percentages of Color #aa025f

%0
%99
%44
%33

Triadic Colors of #aa025f

#aa025f #5faa02 #025faa

Analogous Colors of #aa025f

#aa025f #aa020b #a102aa

Monochromatic Colors of #aa025f

#aa025f

Complementary Color

#aa025f #02aa4d

#aa025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa025f Color CSS Codes

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

#aa025f Text Font Color

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

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


#aa025f Background Color

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

This div background color is #aa025f


#aa025f Border Color

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

This div border color is #aa025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa025f


Comments

No comments written yet.

Please login to write comment.