Color Hex Logo

#aa50fc Color Hex

#AA50FC
(170,80,252)
0 Favorites   0 Comments

Color spaces of #aa50fc

RGB 17080252
HSL0.750.970.65
HSV271°68°99°
CMYK 0.330.680.00   0.01
XYZ37.016921.311694.2580
Yxy21.31160.24260.1397
Hunter Lab46.164562.3420-88.7423
CIE-Lab53.288866.4793-71.1481

#aa50fc color RGB value is (170,80,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 11111100
Octal 252 120 374
Decimal 170 80 252
Hex AA 50 FC

RGB Percentages of Color #aa50fc

%33.86
%15.94
%50.20

CMYK Percentages of Color #aa50fc

%33
%68
%0
%1

Triadic Colors of #aa50fc

#aa50fc #fcaa50 #50fcaa

Analogous Colors of #aa50fc

#aa50fc #fc50f8 #5450fc

Monochromatic Colors of #aa50fc

#aa50fc

Complementary Color

#aa50fc #a2fc50

#aa50fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa50fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa50fc Color CSS Codes

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

#aa50fc Text Font Color

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

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


#aa50fc Background Color

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

This div background color is #aa50fc


#aa50fc Border Color

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

This div border color is #aa50fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa50fc


Comments

No comments written yet.

Please login to write comment.