Color Hex Logo

#aa0efd Color Hex

#AA0EFD
(170,14,253)
0 Favorites   0 Comments

Color spaces of #aa0efd

RGB 17014253
HSL0.780.980.52
HSV279°94°99°
CMYK 0.330.940.00   0.01
XYZ34.464215.952094.1911
Yxy15.95200.23830.1103
Hunter Lab39.940084.1328-111.8667
CIE-Lab46.911585.3741-82.0985

#aa0efd color RGB value is (170,14,253).

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

The process color (four color CMYK) of #aa0efd color hex is 0.33, 0.94, 0.00, 0.01. Web safe color of #aa0efd is #9900ff. Color #aa0efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001110 11111101
Octal 252 16 375
Decimal 170 14 253
Hex AA E FD

RGB Percentages of Color #aa0efd

%38.90
%3.20
%57.89

CMYK Percentages of Color #aa0efd

%33
%94
%0
%1

Triadic Colors of #aa0efd

#aa0efd #fdaa0e #0efdaa

Analogous Colors of #aa0efd

#aa0efd #fd0ed9 #330efd

Monochromatic Colors of #aa0efd

#aa0efd

Complementary Color

#aa0efd #61fd0e

#aa0efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0efd Color CSS Codes

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

#aa0efd Text Font Color

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

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


#aa0efd Background Color

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

This div background color is #aa0efd


#aa0efd Border Color

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

This div border color is #aa0efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0efd


Comments

No comments written yet.

Please login to write comment.