Color Hex Logo

#aa58ca Color Hex

#AA58CA
(170,88,202)
0 Favorites   0 Comments

Color spaces of #aa58ca

RGB 17088202
HSL0.790.520.57
HSV283°56°79°
CMYK 0.160.560.00   0.21
XYZ30.728019.789858.0774
Yxy19.78980.28300.1822
Hunter Lab44.485745.4468-46.2648
CIE-Lab51.598751.7904-45.6486

#aa58ca color RGB value is (170,88,202).

#aa58ca hex color red value is 170, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa58ca hue: 0.79 , saturation: 0.52 and the lightness value of aa58ca is 0.57.

The process color (four color CMYK) of #aa58ca color hex is 0.16, 0.56, 0.00, 0.21. Web safe color of #aa58ca is #9966cc. Color #aa58ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 11001010
Octal 252 130 312
Decimal 170 88 202
Hex AA 58 CA

RGB Percentages of Color #aa58ca

%36.96
%19.13
%43.91

CMYK Percentages of Color #aa58ca

%16
%56
%0
%21

Triadic Colors of #aa58ca

#aa58ca #caaa58 #58caaa

Analogous Colors of #aa58ca

#aa58ca #ca58b1 #7158ca

Monochromatic Colors of #aa58ca

#aa58ca

Complementary Color

#aa58ca #78ca58

#aa58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa58ca Color CSS Codes

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

#aa58ca Text Font Color

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

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


#aa58ca Background Color

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

This div background color is #aa58ca


#aa58ca Border Color

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

This div border color is #aa58ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa58ca


Comments

No comments written yet.

Please login to write comment.