Color Hex Logo

#aa4fda Color Hex

#AA4FDA
(170,79,218)
0 Favorites   0 Comments

Color spaces of #aa4fda

RGB 17079218
HSL0.780.650.58
HSV279°64°85°
CMYK 0.220.640.00   0.15
XYZ32.028419.200068.3475
Yxy19.20000.26780.1606
Hunter Lab43.817853.7925-61.8087
CIE-Lab50.920459.4884-55.8649

#aa4fda color RGB value is (170,79,218).

#aa4fda hex color red value is 170, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa4fda hue: 0.78 , saturation: 0.65 and the lightness value of aa4fda is 0.58.

The process color (four color CMYK) of #aa4fda color hex is 0.22, 0.64, 0.00, 0.15. Web safe color of #aa4fda is #9966cc. Color #aa4fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001111 11011010
Octal 252 117 332
Decimal 170 79 218
Hex AA 4F DA

RGB Percentages of Color #aa4fda

%36.40
%16.92
%46.68

CMYK Percentages of Color #aa4fda

%22
%64
%0
%15

Triadic Colors of #aa4fda

#aa4fda #daaa4f #4fdaaa

Analogous Colors of #aa4fda

#aa4fda #da4fc5 #654fda

Monochromatic Colors of #aa4fda

#aa4fda

Complementary Color

#aa4fda #7fda4f

#aa4fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4fda Color CSS Codes

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

#aa4fda Text Font Color

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

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


#aa4fda Background Color

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

This div background color is #aa4fda


#aa4fda Border Color

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

This div border color is #aa4fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4fda


Comments

No comments written yet.

Please login to write comment.