Color Hex Logo

#aa30eb Color Hex

#AA30EB
(170,48,235)
0 Favorites   0 Comments

Color spaces of #aa30eb

RGB 17048235
HSL0.780.820.55
HSV279°80°92°
CMYK 0.280.800.00   0.08
XYZ32.629916.658180.0928
Yxy16.65810.25220.1288
Hunter Lab40.814371.2806-87.7788
CIE-Lab47.826374.9895-70.4950

#aa30eb color RGB value is (170,48,235).

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

The process color (four color CMYK) of #aa30eb color hex is 0.28, 0.80, 0.00, 0.08. Web safe color of #aa30eb is #9933ff. Color #aa30eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 11101011
Octal 252 60 353
Decimal 170 48 235
Hex AA 30 EB

RGB Percentages of Color #aa30eb

%37.53
%10.60
%51.88

CMYK Percentages of Color #aa30eb

%28
%80
%0
%8

Triadic Colors of #aa30eb

#aa30eb #ebaa30 #30ebaa

Analogous Colors of #aa30eb

#aa30eb #eb30cf #4d30eb

Monochromatic Colors of #aa30eb

#aa30eb

Complementary Color

#aa30eb #71eb30

#aa30eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa30eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa30eb Color CSS Codes

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

#aa30eb Text Font Color

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

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


#aa30eb Background Color

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

This div background color is #aa30eb


#aa30eb Border Color

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

This div border color is #aa30eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa30eb


Comments

No comments written yet.

Please login to write comment.