Color Hex Logo

#aa58ff Color Hex

#AA58FF
(170,88,255)
0 Favorites   0 Comments

Color spaces of #aa58ff

RGB 17088255
HSL0.751.000.67
HSV269°65°100°
CMYK 0.330.650.00   0.00
XYZ38.117322.745596.9891
Yxy22.74550.24150.1441
Hunter Lab47.692259.2020-87.1903
CIE-Lab54.809263.5089-70.3502

#aa58ff color RGB value is (170,88,255).

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

The process color (four color CMYK) of #aa58ff color hex is 0.33, 0.65, 0.00, 0.00. Web safe color of #aa58ff is #9966ff. Color #aa58ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 11111111
Octal 252 130 377
Decimal 170 88 255
Hex AA 58 FF

RGB Percentages of Color #aa58ff

%33.14
%17.15
%49.71

CMYK Percentages of Color #aa58ff

%33
%65
%0
%0

Triadic Colors of #aa58ff

#aa58ff #ffaa58 #58ffaa

Analogous Colors of #aa58ff

#aa58ff #fe58ff #585aff

Monochromatic Colors of #aa58ff

#aa58ff

Complementary Color

#aa58ff #adff58

#aa58ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa58ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa58ff Color CSS Codes

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

#aa58ff Text Font Color

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

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


#aa58ff Background Color

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

This div background color is #aa58ff


#aa58ff Border Color

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

This div border color is #aa58ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa58ff

Related Colors


Comments

No comments written yet.

Please login to write comment.