Color Hex Logo

#aa4fe5 Color Hex

#AA4FE5
(170,79,229)
0 Favorites   0 Comments

Color spaces of #aa4fe5

RGB 17079229
HSL0.770.740.60
HSV276°66°90°
CMYK 0.260.660.00   0.10
XYZ33.516419.795276.1831
Yxy19.79520.25880.1529
Hunter Lab44.491856.6063-70.3777
CIE-Lab51.604961.8450-60.9935

#aa4fe5 color RGB value is (170,79,229).

#aa4fe5 hex color red value is 170, green value is 79 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #aa4fe5 hue: 0.77 , saturation: 0.74 and the lightness value of aa4fe5 is 0.60.

The process color (four color CMYK) of #aa4fe5 color hex is 0.26, 0.66, 0.00, 0.10. Web safe color of #aa4fe5 is #9966cc. Color #aa4fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001111 11100101
Octal 252 117 345
Decimal 170 79 229
Hex AA 4F E5

RGB Percentages of Color #aa4fe5

%35.56
%16.53
%47.91

CMYK Percentages of Color #aa4fe5

%26
%66
%0
%10

Triadic Colors of #aa4fe5

#aa4fe5 #e5aa4f #4fe5aa

Analogous Colors of #aa4fe5

#aa4fe5 #e54fd5 #5f4fe5

Monochromatic Colors of #aa4fe5

#aa4fe5

Complementary Color

#aa4fe5 #8ae54f

#aa4fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4fe5 Color CSS Codes

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

#aa4fe5 Text Font Color

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

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


#aa4fe5 Background Color

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

This div background color is #aa4fe5


#aa4fe5 Border Color

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

This div border color is #aa4fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4fe5


Comments

No comments written yet.

Please login to write comment.