Color Hex Logo

#aa05da Color Hex

#AA05DA
(170,5,218)
0 Favorites   0 Comments

Color spaces of #aa05da

RGB 1705218
HSL0.800.960.44
HSV286°98°85°
CMYK 0.220.980.00   0.15
XYZ29.286713.716567.4336
Yxy13.71650.26520.1242
Hunter Lab37.035876.3394-82.0283
CIE-Lab43.823679.8524-67.3341

#aa05da color RGB value is (170,5,218).

#aa05da hex color red value is 170, green value is 5 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa05da hue: 0.80 , saturation: 0.96 and the lightness value of aa05da is 0.44.

The process color (four color CMYK) of #aa05da color hex is 0.22, 0.98, 0.00, 0.15. Web safe color of #aa05da is #9900cc. Color #aa05da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 11011010
Octal 252 5 332
Decimal 170 5 218
Hex AA 5 DA

RGB Percentages of Color #aa05da

%43.26
%1.27
%55.47

CMYK Percentages of Color #aa05da

%22
%98
%0
%15

Triadic Colors of #aa05da

#aa05da #daaa05 #05daaa

Analogous Colors of #aa05da

#aa05da #da05a0 #4005da

Monochromatic Colors of #aa05da

#aa05da

Complementary Color

#aa05da #35da05

#aa05da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa05da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa05da Color CSS Codes

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

#aa05da Text Font Color

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

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


#aa05da Background Color

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

This div background color is #aa05da


#aa05da Border Color

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

This div border color is #aa05da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa05da


Comments

No comments written yet.

Please login to write comment.