Color Hex Logo

#aa25ae Color Hex

#AA25AE
(170,37,174)
0 Favorites   0 Comments

Color spaces of #aa25ae

RGB 17037174
HSL0.830.650.41
HSV298°79°68°
CMYK 0.020.790.00   0.32
XYZ24.879112.925241.2279
Yxy12.92520.31480.1635
Hunter Lab35.951660.6095-42.8253
CIE-Lab42.650367.0388-43.5694

#aa25ae color RGB value is (170,37,174).

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

The process color (four color CMYK) of #aa25ae color hex is 0.02, 0.79, 0.00, 0.32. Web safe color of #aa25ae is #993399. Color #aa25ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 10101110
Octal 252 45 256
Decimal 170 37 174
Hex AA 25 AE

RGB Percentages of Color #aa25ae

%44.62
%9.71
%45.67

CMYK Percentages of Color #aa25ae

%2
%79
%0
%32

Triadic Colors of #aa25ae

#aa25ae #aeaa25 #25aeaa

Analogous Colors of #aa25ae

#aa25ae #ae256e #6625ae

Monochromatic Colors of #aa25ae

#aa25ae

Complementary Color

#aa25ae #29ae25

#aa25ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa25ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa25ae Color CSS Codes

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

#aa25ae Text Font Color

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

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


#aa25ae Background Color

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

This div background color is #aa25ae


#aa25ae Border Color

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

This div border color is #aa25ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa25ae


Comments

No comments written yet.

Please login to write comment.