Color Hex Logo

#aa4aff Color Hex

#AA4AFF
(170,74,255)
0 Favorites   0 Comments

Color spaces of #aa4aff

RGB 17074255
HSL0.761.000.65
HSV272°71°100°
CMYK 0.330.710.00   0.00
XYZ37.076320.663696.6421
Yxy20.66360.24020.1338
Hunter Lab45.457266.0399-94.2305
CIE-Lab52.579369.7327-73.9651

#aa4aff color RGB value is (170,74,255).

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

The process color (four color CMYK) of #aa4aff color hex is 0.33, 0.71, 0.00, 0.00. Web safe color of #aa4aff is #9933ff. Color #aa4aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001010 11111111
Octal 252 112 377
Decimal 170 74 255
Hex AA 4A FF

RGB Percentages of Color #aa4aff

%34.07
%14.83
%51.10

CMYK Percentages of Color #aa4aff

%33
%71
%0
%0

Triadic Colors of #aa4aff

#aa4aff #ffaa4a #4affaa

Analogous Colors of #aa4aff

#aa4aff #ff4afa #4f4aff

Monochromatic Colors of #aa4aff

#aa4aff

Complementary Color

#aa4aff #9fff4a

#aa4aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4aff Color CSS Codes

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

#aa4aff Text Font Color

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

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


#aa4aff Background Color

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

This div background color is #aa4aff


#aa4aff Border Color

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

This div border color is #aa4aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4aff

Related Colors


Comments

No comments written yet.

Please login to write comment.