Color Hex Logo

#aa30df Color Hex

#AA30DF
(170,48,223)
0 Favorites   0 Comments

Color spaces of #aa30df

RGB 17048223
HSL0.780.730.53
HSV282°78°87°
CMYK 0.240.780.00   0.13
XYZ30.953815.987771.2665
Yxy15.98770.26190.1353
Hunter Lab39.984668.2114-77.6862
CIE-Lab46.958372.6305-65.0999

#aa30df color RGB value is (170,48,223).

#aa30df hex color red value is 170, green value is 48 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa30df hue: 0.78 , saturation: 0.73 and the lightness value of aa30df is 0.53.

The process color (four color CMYK) of #aa30df color hex is 0.24, 0.78, 0.00, 0.13. Web safe color of #aa30df is #9933cc. Color #aa30df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 11011111
Octal 252 60 337
Decimal 170 48 223
Hex AA 30 DF

RGB Percentages of Color #aa30df

%38.55
%10.88
%50.57

CMYK Percentages of Color #aa30df

%24
%78
%0
%13

Triadic Colors of #aa30df

#aa30df #dfaa30 #30dfaa

Analogous Colors of #aa30df

#aa30df #df30bd #5330df

Monochromatic Colors of #aa30df

#aa30df

Complementary Color

#aa30df #65df30

#aa30df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa30df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa30df Color CSS Codes

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

#aa30df Text Font Color

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

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


#aa30df Background Color

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

This div background color is #aa30df


#aa30df Border Color

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

This div border color is #aa30df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa30df


Comments

No comments written yet.

Please login to write comment.