Color Hex Logo

#aa31ed Color Hex

#AA31ED
(170,49,237)
0 Favorites   0 Comments

Color spaces of #aa31ed

RGB 17049237
HSL0.770.840.56
HSV279°79°93°
CMYK 0.280.790.00   0.07
XYZ32.961916.857181.6372
Yxy16.85710.25070.1282
Hunter Lab41.057471.4538-89.1501
CIE-Lab48.079575.0817-71.2116

#aa31ed color RGB value is (170,49,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 11101101
Octal 252 61 355
Decimal 170 49 237
Hex AA 31 ED

RGB Percentages of Color #aa31ed

%37.28
%10.75
%51.97

CMYK Percentages of Color #aa31ed

%28
%79
%0
%7

Triadic Colors of #aa31ed

#aa31ed #edaa31 #31edaa

Analogous Colors of #aa31ed

#aa31ed #ed31d2 #4c31ed

Monochromatic Colors of #aa31ed

#aa31ed

Complementary Color

#aa31ed #74ed31

#aa31ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa31ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa31ed Color CSS Codes

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

#aa31ed Text Font Color

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

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


#aa31ed Background Color

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

This div background color is #aa31ed


#aa31ed Border Color

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

This div border color is #aa31ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa31ed


Comments

No comments written yet.

Please login to write comment.