Color Hex Logo

#aa78fe Color Hex

#AA78FE
(170,120,254)
0 Favorites   0 Comments

Color spaces of #aa78fe

RGB 170120254
HSL0.730.990.73
HSV262°53°100°
CMYK 0.330.530.00   0.00
XYZ41.183429.134797.2189
Yxy29.13470.24580.1739
Hunter Lab53.976641.7341-69.0055
CIE-Lab60.900346.8867-60.0002

#aa78fe color RGB value is (170,120,254).

#aa78fe hex color red value is 170, green value is 120 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aa78fe hue: 0.73 , saturation: 0.99 and the lightness value of aa78fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 11111110
Octal 252 170 376
Decimal 170 120 254
Hex AA 78 FE

RGB Percentages of Color #aa78fe

%31.25
%22.06
%46.69

CMYK Percentages of Color #aa78fe

%33
%53
%0
%0

Triadic Colors of #aa78fe

#aa78fe #feaa78 #78feaa

Analogous Colors of #aa78fe

#aa78fe #ed78fe #7889fe

Monochromatic Colors of #aa78fe

#aa78fe

Complementary Color

#aa78fe #ccfe78

#aa78fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa78fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa78fe Color CSS Codes

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

#aa78fe Text Font Color

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

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


#aa78fe Background Color

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

This div background color is #aa78fe


#aa78fe Border Color

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

This div border color is #aa78fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa78fe


Comments

No comments written yet.

Please login to write comment.