Color Hex Logo

#aa4afc Color Hex

#AA4AFC
(170,74,252)
0 Favorites   0 Comments

Color spaces of #aa4afc

RGB 17074252
HSL0.760.970.64
HSV272°71°99°
CMYK 0.330.710.00   0.01
XYZ36.597020.471994.1181
Yxy20.47190.24210.1354
Hunter Lab45.245965.1989-91.6598
CIE-Lab52.366669.0686-72.6438

#aa4afc color RGB value is (170,74,252).

#aa4afc hex color red value is 170, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa4afc hue: 0.76 , saturation: 0.97 and the lightness value of aa4afc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001010 11111100
Octal 252 112 374
Decimal 170 74 252
Hex AA 4A FC

RGB Percentages of Color #aa4afc

%34.27
%14.92
%50.81

CMYK Percentages of Color #aa4afc

%33
%71
%0
%1

Triadic Colors of #aa4afc

#aa4afc #fcaa4a #4afcaa

Analogous Colors of #aa4afc

#aa4afc #fc4af5 #514afc

Monochromatic Colors of #aa4afc

#aa4afc

Complementary Color

#aa4afc #9cfc4a

#aa4afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4afc Color CSS Codes

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

#aa4afc Text Font Color

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

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


#aa4afc Background Color

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

This div background color is #aa4afc


#aa4afc Border Color

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

This div border color is #aa4afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4afc


Comments

No comments written yet.

Please login to write comment.