Color Hex Logo

#aa40fc Color Hex

#AA40FC
(170,64,252)
0 Favorites   0 Comments

Color spaces of #aa40fc

RGB 17064252
HSL0.760.970.62
HSV274°75°99°
CMYK 0.330.750.00   0.01
XYZ35.981619.241193.9129
Yxy19.24110.24130.1290
Hunter Lab43.864769.6579-96.2328
CIE-Lab50.968173.0462-74.9165

#aa40fc color RGB value is (170,64,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 11111100
Octal 252 100 374
Decimal 170 64 252
Hex AA 40 FC

RGB Percentages of Color #aa40fc

%34.98
%13.17
%51.85

CMYK Percentages of Color #aa40fc

%33
%75
%0
%1

Triadic Colors of #aa40fc

#aa40fc #fcaa40 #40fcaa

Analogous Colors of #aa40fc

#aa40fc #fc40f0 #4c40fc

Monochromatic Colors of #aa40fc

#aa40fc

Complementary Color

#aa40fc #92fc40

#aa40fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa40fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa40fc Color CSS Codes

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

#aa40fc Text Font Color

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

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


#aa40fc Background Color

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

This div background color is #aa40fc


#aa40fc Border Color

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

This div border color is #aa40fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa40fc


Comments

No comments written yet.

Please login to write comment.