Color Hex Logo

#aa25d9 Color Hex

#AA25D9
(170,37,217)
0 Favorites   0 Comments

Color spaces of #aa25d9

RGB 17037217
HSL0.790.710.50
HSV284°83°85°
CMYK 0.220.830.00   0.15
XYZ29.763514.878966.9489
Yxy14.87890.26670.1333
Hunter Lab38.573270.2296-75.9045
CIE-Lab45.467974.5877-64.0896

#aa25d9 color RGB value is (170,37,217).

#aa25d9 hex color red value is 170, green value is 37 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aa25d9 hue: 0.79 , saturation: 0.71 and the lightness value of aa25d9 is 0.50.

The process color (four color CMYK) of #aa25d9 color hex is 0.22, 0.83, 0.00, 0.15. Web safe color of #aa25d9 is #9933cc. Color #aa25d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 11011001
Octal 252 45 331
Decimal 170 37 217
Hex AA 25 D9

RGB Percentages of Color #aa25d9

%40.09
%8.73
%51.18

CMYK Percentages of Color #aa25d9

%22
%83
%0
%15

Triadic Colors of #aa25d9

#aa25d9 #d9aa25 #25d9aa

Analogous Colors of #aa25d9

#aa25d9 #d925ae #5025d9

Monochromatic Colors of #aa25d9

#aa25d9

Complementary Color

#aa25d9 #54d925

#aa25d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa25d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa25d9 Color CSS Codes

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

#aa25d9 Text Font Color

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

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


#aa25d9 Background Color

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

This div background color is #aa25d9


#aa25d9 Border Color

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

This div border color is #aa25d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa25d9


Comments

No comments written yet.

Please login to write comment.