Color Hex Logo

#aa62df Color Hex

#AA62DF
(170,98,223)
0 Favorites   0 Comments

Color spaces of #aa62df

RGB 17098223
HSL0.760.660.63
HSV275°56°87°
CMYK 0.240.560.00   0.13
XYZ34.264522.609172.3701
Yxy22.60910.26510.1749
Hunter Lab47.549045.4188-56.9557
CIE-Lab54.667451.2533-52.7002

#aa62df color RGB value is (170,98,223).

#aa62df hex color red value is 170, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa62df hue: 0.76 , saturation: 0.66 and the lightness value of aa62df is 0.63.

The process color (four color CMYK) of #aa62df color hex is 0.24, 0.56, 0.00, 0.13. Web safe color of #aa62df is #9966cc. Color #aa62df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 11011111
Octal 252 142 337
Decimal 170 98 223
Hex AA 62 DF

RGB Percentages of Color #aa62df

%34.62
%19.96
%45.42

CMYK Percentages of Color #aa62df

%24
%56
%0
%13

Triadic Colors of #aa62df

#aa62df #dfaa62 #62dfaa

Analogous Colors of #aa62df

#aa62df #df62d6 #6c62df

Monochromatic Colors of #aa62df

#aa62df

Complementary Color

#aa62df #97df62

#aa62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa62df Color CSS Codes

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

#aa62df Text Font Color

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

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


#aa62df Background Color

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

This div background color is #aa62df


#aa62df Border Color

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

This div border color is #aa62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa62df


Comments

No comments written yet.

Please login to write comment.