Color Hex Logo

#aa65fa Color Hex

#AA65FA
(170,101,250)
0 Favorites   0 Comments

Color spaces of #aa65fa

RGB 170101250
HSL0.740.940.69
HSV268°60°98°
CMYK 0.320.600.00   0.02
XYZ38.486624.755593.1923
Yxy24.75550.24600.1582
Hunter Lab49.754951.0029-76.2234
CIE-Lab56.836455.9579-64.3105

#aa65fa color RGB value is (170,101,250).

#aa65fa hex color red value is 170, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aa65fa hue: 0.74 , saturation: 0.94 and the lightness value of aa65fa is 0.69.

The process color (four color CMYK) of #aa65fa color hex is 0.32, 0.60, 0.00, 0.02. Web safe color of #aa65fa is #9966ff. Color #aa65fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 11111010
Octal 252 145 372
Decimal 170 101 250
Hex AA 65 FA

RGB Percentages of Color #aa65fa

%32.63
%19.39
%47.98

CMYK Percentages of Color #aa65fa

%32
%60
%0
%2

Triadic Colors of #aa65fa

#aa65fa #faaa65 #65faaa

Analogous Colors of #aa65fa

#aa65fa #f565fa #656bfa

Monochromatic Colors of #aa65fa

#aa65fa

Complementary Color

#aa65fa #b5fa65

#aa65fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa65fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa65fa Color CSS Codes

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

#aa65fa Text Font Color

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

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


#aa65fa Background Color

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

This div background color is #aa65fa


#aa65fa Border Color

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

This div border color is #aa65fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa65fa

Related Colors


Comments

No comments written yet.

Please login to write comment.