Color Hex Logo

#aa51de Color Hex

#AA51DE
(170,81,222)
0 Favorites   0 Comments

Color spaces of #aa51de

RGB 17081222
HSL0.770.680.59
HSV278°64°87°
CMYK 0.230.640.00   0.13
XYZ32.704819.704871.1869
Yxy19.70480.26460.1594
Hunter Lab44.390153.8288-64.0083
CIE-Lab51.501859.4146-57.2017

#aa51de color RGB value is (170,81,222).

#aa51de hex color red value is 170, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa51de hue: 0.77 , saturation: 0.68 and the lightness value of aa51de is 0.59.

The process color (four color CMYK) of #aa51de color hex is 0.23, 0.64, 0.00, 0.13. Web safe color of #aa51de is #9966cc. Color #aa51de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 11011110
Octal 252 121 336
Decimal 170 81 222
Hex AA 51 DE

RGB Percentages of Color #aa51de

%35.94
%17.12
%46.93

CMYK Percentages of Color #aa51de

%23
%64
%0
%13

Triadic Colors of #aa51de

#aa51de #deaa51 #51deaa

Analogous Colors of #aa51de

#aa51de #de51cc #6351de

Monochromatic Colors of #aa51de

#aa51de

Complementary Color

#aa51de #85de51

#aa51de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa51de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa51de Color CSS Codes

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

#aa51de Text Font Color

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

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


#aa51de Background Color

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

This div background color is #aa51de


#aa51de Border Color

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

This div border color is #aa51de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa51de


Comments

No comments written yet.

Please login to write comment.