Color Hex Logo

#aa59cb Color Hex

#AA59CB
(170,89,203)
0 Favorites   0 Comments

Color spaces of #aa59cb

RGB 17089203
HSL0.790.520.57
HSV283°56°80°
CMYK 0.160.560.00   0.20
XYZ30.929420.002658.7306
Yxy20.00260.28200.1824
Hunter Lab44.724345.1755-46.5509
CIE-Lab51.840251.4978-45.8381

#aa59cb color RGB value is (170,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 11001011
Octal 252 131 313
Decimal 170 89 203
Hex AA 59 CB

RGB Percentages of Color #aa59cb

%36.80
%19.26
%43.94

CMYK Percentages of Color #aa59cb

%16
%56
%0
%20

Triadic Colors of #aa59cb

#aa59cb #cbaa59 #59cbaa

Analogous Colors of #aa59cb

#aa59cb #cb59b3 #7159cb

Monochromatic Colors of #aa59cb

#aa59cb

Complementary Color

#aa59cb #7acb59

#aa59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa59cb Color CSS Codes

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

#aa59cb Text Font Color

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

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


#aa59cb Background Color

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

This div background color is #aa59cb


#aa59cb Border Color

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

This div border color is #aa59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa59cb


Comments

No comments written yet.

Please login to write comment.