Color Hex Logo

#aa17de Color Hex

#AA17DE
(170,23,222)
0 Favorites   0 Comments

Color spaces of #aa17de

RGB 17023222
HSL0.790.810.48
HSV284°90°87°
CMYK 0.230.900.00   0.13
XYZ30.068814.432870.3082
Yxy14.43280.26190.1257
Hunter Lab37.990574.7960-83.1333
CIE-Lab44.847378.4195-67.9578

#aa17de color RGB value is (170,23,222).

#aa17de hex color red value is 170, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa17de hue: 0.79 , saturation: 0.81 and the lightness value of aa17de is 0.48.

The process color (four color CMYK) of #aa17de color hex is 0.23, 0.90, 0.00, 0.13. Web safe color of #aa17de is #9900cc. Color #aa17de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 11011110
Octal 252 27 336
Decimal 170 23 222
Hex AA 17 DE

RGB Percentages of Color #aa17de

%40.96
%5.54
%53.49

CMYK Percentages of Color #aa17de

%23
%90
%0
%13

Triadic Colors of #aa17de

#aa17de #deaa17 #17deaa

Analogous Colors of #aa17de

#aa17de #de17af #4717de

Monochromatic Colors of #aa17de

#aa17de

Complementary Color

#aa17de #4bde17

#aa17de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17de Color CSS Codes

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

#aa17de Text Font Color

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

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


#aa17de Background Color

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

This div background color is #aa17de


#aa17de Border Color

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

This div border color is #aa17de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17de


Comments

No comments written yet.

Please login to write comment.