Color Hex Logo

#aa31eb Color Hex

#AA31EB
(170,49,235)
0 Favorites   0 Comments

Color spaces of #aa31eb

RGB 17049235
HSL0.780.820.56
HSV279°79°92°
CMYK 0.280.790.00   0.08
XYZ32.671316.740880.1066
Yxy16.74080.25230.1293
Hunter Lab40.915570.9312-87.4403
CIE-Lab47.931874.6830-70.3236

#aa31eb color RGB value is (170,49,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 11101011
Octal 252 61 353
Decimal 170 49 235
Hex AA 31 EB

RGB Percentages of Color #aa31eb

%37.44
%10.79
%51.76

CMYK Percentages of Color #aa31eb

%28
%79
%0
%8

Triadic Colors of #aa31eb

#aa31eb #ebaa31 #31ebaa

Analogous Colors of #aa31eb

#aa31eb #eb31cf #4d31eb

Monochromatic Colors of #aa31eb

#aa31eb

Complementary Color

#aa31eb #72eb31

#aa31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa31eb Color CSS Codes

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

#aa31eb Text Font Color

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

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


#aa31eb Background Color

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

This div background color is #aa31eb


#aa31eb Border Color

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

This div border color is #aa31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa31eb


Comments

No comments written yet.

Please login to write comment.