Color Hex Logo

#aa30da Color Hex

#AA30DA
(170,48,218)
0 Favorites   0 Comments

Color spaces of #aa30da

RGB 17048218
HSL0.790.700.52
HSV283°78°85°
CMYK 0.220.780.00   0.15
XYZ30.289415.721967.7679
Yxy15.72190.26620.1382
Hunter Lab39.650966.9677-73.5779
CIE-Lab46.607571.6637-62.8155

#aa30da color RGB value is (170,48,218).

#aa30da hex color red value is 170, green value is 48 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa30da hue: 0.79 , saturation: 0.70 and the lightness value of aa30da is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 11011010
Octal 252 60 332
Decimal 170 48 218
Hex AA 30 DA

RGB Percentages of Color #aa30da

%38.99
%11.01
%50.00

CMYK Percentages of Color #aa30da

%22
%78
%0
%15

Triadic Colors of #aa30da

#aa30da #daaa30 #30daaa

Analogous Colors of #aa30da

#aa30da #da30b5 #5530da

Monochromatic Colors of #aa30da

#aa30da

Complementary Color

#aa30da #60da30

#aa30da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa30da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa30da Color CSS Codes

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

#aa30da Text Font Color

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

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


#aa30da Background Color

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

This div background color is #aa30da


#aa30da Border Color

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

This div border color is #aa30da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,48,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 #aa30da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa30da


Comments

No comments written yet.

Please login to write comment.