Color Hex Logo

#aa17eb Color Hex

#AA17EB
(170,23,235)
0 Favorites   0 Comments

Color spaces of #aa17eb

RGB 17023235
HSL0.780.840.51
HSV282°90°92°
CMYK 0.280.900.00   0.08
XYZ31.879415.157079.8426
Yxy15.15700.25130.1195
Hunter Lab38.932078.0335-94.3409
CIE-Lab45.848580.8096-73.7169

#aa17eb color RGB value is (170,23,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 11101011
Octal 252 27 353
Decimal 170 23 235
Hex AA 17 EB

RGB Percentages of Color #aa17eb

%39.72
%5.37
%54.91

CMYK Percentages of Color #aa17eb

%28
%90
%0
%8

Triadic Colors of #aa17eb

#aa17eb #ebaa17 #17ebaa

Analogous Colors of #aa17eb

#aa17eb #eb17c2 #4017eb

Monochromatic Colors of #aa17eb

#aa17eb

Complementary Color

#aa17eb #58eb17

#aa17eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17eb Color CSS Codes

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

#aa17eb Text Font Color

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

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


#aa17eb Background Color

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

This div background color is #aa17eb


#aa17eb Border Color

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

This div border color is #aa17eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17eb


Comments

No comments written yet.

Please login to write comment.