Color Hex Logo

#aa74ff Color Hex

#AA74FF
(170,116,255)
0 Favorites   0 Comments

Color spaces of #aa74ff

RGB 170116255
HSL0.731.000.73
HSV263°55°100°
CMYK 0.330.550.00   0.00
XYZ40.873028.256897.9076
Yxy28.25680.24470.1692
Hunter Lab53.157144.2253-71.9935
CIE-Lab60.120049.2971-61.7992

#aa74ff color RGB value is (170,116,255).

#aa74ff hex color red value is 170, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa74ff hue: 0.73 , saturation: 1.00 and the lightness value of aa74ff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 11111111
Octal 252 164 377
Decimal 170 116 255
Hex AA 74 FF

RGB Percentages of Color #aa74ff

%31.42
%21.44
%47.13

CMYK Percentages of Color #aa74ff

%33
%55
%0
%0

Triadic Colors of #aa74ff

#aa74ff #ffaa74 #74ffaa

Analogous Colors of #aa74ff

#aa74ff #f074ff #7484ff

Monochromatic Colors of #aa74ff

#aa74ff

Complementary Color

#aa74ff #c9ff74

#aa74ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa74ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa74ff Color CSS Codes

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

#aa74ff Text Font Color

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

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


#aa74ff Background Color

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

This div background color is #aa74ff


#aa74ff Border Color

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

This div border color is #aa74ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa74ff

Related Colors

#aa74ff Color Palettes


Comments

No comments written yet.

Please login to write comment.