Color Hex Logo

#aa17ec Color Hex

#AA17EC
(170,23,236)
0 Favorites   0 Comments

Color spaces of #aa17ec

RGB 17023236
HSL0.780.850.51
HSV281°90°93°
CMYK 0.280.900.00   0.07
XYZ32.024315.215080.6058
Yxy15.21500.25050.1190
Hunter Lab39.006478.2875-95.2169
CIE-Lab45.927380.9956-74.1539

#aa17ec color RGB value is (170,23,236).

#aa17ec hex color red value is 170, green value is 23 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa17ec hue: 0.78 , saturation: 0.85 and the lightness value of aa17ec is 0.51.

The process color (four color CMYK) of #aa17ec color hex is 0.28, 0.90, 0.00, 0.07. Web safe color of #aa17ec is #9900ff. Color #aa17ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 11101100
Octal 252 27 354
Decimal 170 23 236
Hex AA 17 EC

RGB Percentages of Color #aa17ec

%39.63
%5.36
%55.01

CMYK Percentages of Color #aa17ec

%28
%90
%0
%7

Triadic Colors of #aa17ec

#aa17ec #ecaa17 #17ecaa

Analogous Colors of #aa17ec

#aa17ec #ec17c4 #4017ec

Monochromatic Colors of #aa17ec

#aa17ec

Complementary Color

#aa17ec #59ec17

#aa17ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17ec Color CSS Codes

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

#aa17ec Text Font Color

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

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


#aa17ec Background Color

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

This div background color is #aa17ec


#aa17ec Border Color

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

This div border color is #aa17ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17ec


Comments

No comments written yet.

Please login to write comment.