Color Hex Logo

#aa17fd Color Hex

#AA17FD
(170,23,253)
0 Favorites   0 Comments

Color spaces of #aa17fd

RGB 17023253
HSL0.770.980.54
HSV278°91°99°
CMYK 0.330.910.00   0.01
XYZ34.613616.250794.2409
Yxy16.25070.23850.1120
Hunter Lab40.312282.7208-110.3884
CIE-Lab47.301784.2064-81.4592

#aa17fd color RGB value is (170,23,253).

#aa17fd hex color red value is 170, green value is 23 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa17fd hue: 0.77 , saturation: 0.98 and the lightness value of aa17fd is 0.54.

The process color (four color CMYK) of #aa17fd color hex is 0.33, 0.91, 0.00, 0.01. Web safe color of #aa17fd is #9900ff. Color #aa17fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 11111101
Octal 252 27 375
Decimal 170 23 253
Hex AA 17 FD

RGB Percentages of Color #aa17fd

%38.12
%5.16
%56.73

CMYK Percentages of Color #aa17fd

%33
%91
%0
%1

Triadic Colors of #aa17fd

#aa17fd #fdaa17 #17fdaa

Analogous Colors of #aa17fd

#aa17fd #fd17dd #3717fd

Monochromatic Colors of #aa17fd

#aa17fd

Complementary Color

#aa17fd #6afd17

#aa17fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17fd Color CSS Codes

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

#aa17fd Text Font Color

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

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


#aa17fd Background Color

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

This div background color is #aa17fd


#aa17fd Border Color

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

This div border color is #aa17fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17fd

Related Colors


Comments

No comments written yet.

Please login to write comment.