Color Hex Logo

#aa4dfd Color Hex

#AA4DFD
(170,77,253)
0 Favorites   0 Comments

Color spaces of #aa4dfd

RGB 17077253
HSL0.750.980.65
HSV272°70°99°
CMYK 0.330.700.00   0.01
XYZ36.961120.945795.0234
Yxy20.94570.24170.1370
Hunter Lab45.766564.0657-91.0653
CIE-Lab52.890068.0149-72.3503

#aa4dfd color RGB value is (170,77,253).

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

The process color (four color CMYK) of #aa4dfd color hex is 0.33, 0.70, 0.00, 0.01. Web safe color of #aa4dfd is #9966ff. Color #aa4dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001101 11111101
Octal 252 115 375
Decimal 170 77 253
Hex AA 4D FD

RGB Percentages of Color #aa4dfd

%34.00
%15.40
%50.60

CMYK Percentages of Color #aa4dfd

%33
%70
%0
%1

Triadic Colors of #aa4dfd

#aa4dfd #fdaa4d #4dfdaa

Analogous Colors of #aa4dfd

#aa4dfd #fd4df8 #524dfd

Monochromatic Colors of #aa4dfd

#aa4dfd

Complementary Color

#aa4dfd #a0fd4d

#aa4dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4dfd Color CSS Codes

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

#aa4dfd Text Font Color

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

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


#aa4dfd Background Color

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

This div background color is #aa4dfd


#aa4dfd Border Color

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

This div border color is #aa4dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4dfd


Comments

No comments written yet.

Please login to write comment.