Color Hex Logo

#aa39ff Color Hex

#AA39FF
(170,57,255)
0 Favorites   0 Comments

Color spaces of #aa39ff

RGB 17057255
HSL0.761.000.61
HSV274°78°100°
CMYK 0.330.780.00   0.00
XYZ36.090718.692396.3135
Yxy18.69230.23890.1237
Hunter Lab43.234673.3449-101.8158
CIE-Lab50.325376.1823-77.6334

#aa39ff color RGB value is (170,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 11111111
Octal 252 71 377
Decimal 170 57 255
Hex AA 39 FF

RGB Percentages of Color #aa39ff

%35.27
%11.83
%52.90

CMYK Percentages of Color #aa39ff

%33
%78
%0
%0

Triadic Colors of #aa39ff

#aa39ff #ffaa39 #39ffaa

Analogous Colors of #aa39ff

#aa39ff #ff39f1 #4739ff

Monochromatic Colors of #aa39ff

#aa39ff

Complementary Color

#aa39ff #8eff39

#aa39ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa39ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa39ff Color CSS Codes

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

#aa39ff Text Font Color

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

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


#aa39ff Background Color

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

This div background color is #aa39ff


#aa39ff Border Color

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

This div border color is #aa39ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa39ff


Comments

No comments written yet.

Please login to write comment.