Color Hex Logo

#aa025d Color Hex

#AA025D
(170,2,93)
0 Favorites   0 Comments

Color spaces of #aa025d

RGB 170293
HSL0.910.980.34
HSV328°99°67°
CMYK 0.000.990.45   0.33
XYZ18.57519.379811.1874
Yxy9.37980.47460.2396
Hunter Lab30.626554.6648-0.2193
CIE-Lab36.705562.9790-2.8026

#aa025d color RGB value is (170,2,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000010 01011101
Octal 252 2 135
Decimal 170 2 93
Hex AA 2 5D

RGB Percentages of Color #aa025d

%64.15
%0.75
%35.09

CMYK Percentages of Color #aa025d

%0
%99
%45
%33

Triadic Colors of #aa025d

#aa025d #5daa02 #025daa

Analogous Colors of #aa025d

#aa025d #aa0209 #a302aa

Monochromatic Colors of #aa025d

#aa025d

Complementary Color

#aa025d #02aa4f

#aa025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa025d Color CSS Codes

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

#aa025d Text Font Color

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

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


#aa025d Background Color

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

This div background color is #aa025d


#aa025d Border Color

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

This div border color is #aa025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa025d


Comments

No comments written yet.

Please login to write comment.