Color Hex Logo

#aa5bcb Color Hex

#AA5BCB
(170,91,203)
0 Favorites   0 Comments

Color spaces of #aa5bcb

RGB 17091203
HSL0.780.520.58
HSV282°55°80°
CMYK 0.160.550.00   0.20
XYZ31.098120.340058.7869
Yxy20.34000.28210.1845
Hunter Lab45.099944.1578-45.7135
CIE-Lab52.219550.4870-45.2361

#aa5bcb color RGB value is (170,91,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011011 11001011
Octal 252 133 313
Decimal 170 91 203
Hex AA 5B CB

RGB Percentages of Color #aa5bcb

%36.64
%19.61
%43.75

CMYK Percentages of Color #aa5bcb

%16
%55
%0
%20

Triadic Colors of #aa5bcb

#aa5bcb #cbaa5b #5bcbaa

Analogous Colors of #aa5bcb

#aa5bcb #cb5bb4 #725bcb

Monochromatic Colors of #aa5bcb

#aa5bcb

Complementary Color

#aa5bcb #7ccb5b

#aa5bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5bcb Color CSS Codes

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

#aa5bcb Text Font Color

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

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


#aa5bcb Background Color

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

This div background color is #aa5bcb


#aa5bcb Border Color

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

This div border color is #aa5bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5bcb


Comments

No comments written yet.

Please login to write comment.