Color Hex Logo

#aa76fd Color Hex

#AA76FD
(170,118,253)
0 Favorites   0 Comments

Color spaces of #aa76fd

RGB 170118253
HSL0.730.970.73
HSV263°53°99°
CMYK 0.330.530.00   0.01
XYZ40.785628.594896.2982
Yxy28.59480.24620.1726
Hunter Lab53.474142.5653-69.3398
CIE-Lab60.422347.7249-60.2144

#aa76fd color RGB value is (170,118,253).

#aa76fd hex color red value is 170, green value is 118 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa76fd hue: 0.73 , saturation: 0.97 and the lightness value of aa76fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 11111101
Octal 252 166 375
Decimal 170 118 253
Hex AA 76 FD

RGB Percentages of Color #aa76fd

%31.42
%21.81
%46.77

CMYK Percentages of Color #aa76fd

%33
%53
%0
%1

Triadic Colors of #aa76fd

#aa76fd #fdaa76 #76fdaa

Analogous Colors of #aa76fd

#aa76fd #ee76fd #7686fd

Monochromatic Colors of #aa76fd

#aa76fd

Complementary Color

#aa76fd #c9fd76

#aa76fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa76fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa76fd Color CSS Codes

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

#aa76fd Text Font Color

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

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


#aa76fd Background Color

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

This div background color is #aa76fd


#aa76fd Border Color

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

This div border color is #aa76fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa76fd

#aa76fd Color Palettes


Comments

No comments written yet.

Please login to write comment.