Color Hex Logo

#aa3efd Color Hex

#AA3EFD
(170,62,253)
0 Favorites   0 Comments

Color spaces of #aa3efd

RGB 17062253
HSL0.760.980.62
HSV274°75°99°
CMYK 0.330.750.00   0.01
XYZ36.029819.083194.7129
Yxy19.08310.24050.1274
Hunter Lab43.684270.7756-97.9693
CIE-Lab50.784373.9999-75.7724

#aa3efd color RGB value is (170,62,253).

#aa3efd hex color red value is 170, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa3efd hue: 0.76 , saturation: 0.98 and the lightness value of aa3efd is 0.62.

The process color (four color CMYK) of #aa3efd color hex is 0.33, 0.75, 0.00, 0.01. Web safe color of #aa3efd is #9933ff. Color #aa3efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111110 11111101
Octal 252 76 375
Decimal 170 62 253
Hex AA 3E FD

RGB Percentages of Color #aa3efd

%35.05
%12.78
%52.16

CMYK Percentages of Color #aa3efd

%33
%75
%0
%1

Triadic Colors of #aa3efd

#aa3efd #fdaa3e #3efdaa

Analogous Colors of #aa3efd

#aa3efd #fd3ef1 #4a3efd

Monochromatic Colors of #aa3efd

#aa3efd

Complementary Color

#aa3efd #91fd3e

#aa3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3efd Color CSS Codes

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

#aa3efd Text Font Color

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

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


#aa3efd Background Color

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

This div background color is #aa3efd


#aa3efd Border Color

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

This div border color is #aa3efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3efd


Comments

No comments written yet.

Please login to write comment.