Color Hex Logo

#aa5bbd Color Hex

#AA5BBD
(170,91,189)
0 Favorites   0 Comments

Color spaces of #aa5bbd

RGB 17091189
HSL0.800.430.55
HSV288°52°74°
CMYK 0.100.520.00   0.26
XYZ29.504019.702350.3920
Yxy19.70230.29620.1978
Hunter Lab44.387340.9703-36.2397
CIE-Lab51.498947.6021-38.3250

#aa5bbd color RGB value is (170,91,189).

#aa5bbd hex color red value is 170, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa5bbd hue: 0.80 , saturation: 0.43 and the lightness value of aa5bbd is 0.55.

The process color (four color CMYK) of #aa5bbd color hex is 0.10, 0.52, 0.00, 0.26. Web safe color of #aa5bbd is #9966cc. Color #aa5bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011011 10111101
Octal 252 133 275
Decimal 170 91 189
Hex AA 5B BD

RGB Percentages of Color #aa5bbd

%37.78
%20.22
%42.00

CMYK Percentages of Color #aa5bbd

%10
%52
%0
%26

Triadic Colors of #aa5bbd

#aa5bbd #bdaa5b #5bbdaa

Analogous Colors of #aa5bbd

#aa5bbd #bd5b9f #795bbd

Monochromatic Colors of #aa5bbd

#aa5bbd

Complementary Color

#aa5bbd #6ebd5b

#aa5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5bbd Color CSS Codes

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

#aa5bbd Text Font Color

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

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


#aa5bbd Background Color

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

This div background color is #aa5bbd


#aa5bbd Border Color

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

This div border color is #aa5bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5bbd


Comments

No comments written yet.

Please login to write comment.