Color Hex Logo

#aa5ebd Color Hex

#AA5EBD
(170,94,189)
0 Favorites   0 Comments

Color spaces of #aa5ebd

RGB 17094189
HSL0.800.420.55
HSV288°50°74°
CMYK 0.100.500.00   0.26
XYZ29.765620.225650.4792
Yxy20.22560.29630.2013
Hunter Lab44.972939.4389-35.0682
CIE-Lab52.091346.0464-37.3928

#aa5ebd color RGB value is (170,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011110 10111101
Octal 252 136 275
Decimal 170 94 189
Hex AA 5E BD

RGB Percentages of Color #aa5ebd

%37.53
%20.75
%41.72

CMYK Percentages of Color #aa5ebd

%10
%50
%0
%26

Triadic Colors of #aa5ebd

#aa5ebd #bdaa5e #5ebdaa

Analogous Colors of #aa5ebd

#aa5ebd #bd5ea1 #7b5ebd

Monochromatic Colors of #aa5ebd

#aa5ebd

Complementary Color

#aa5ebd #71bd5e

#aa5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5ebd Color CSS Codes

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

#aa5ebd Text Font Color

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

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


#aa5ebd Background Color

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

This div background color is #aa5ebd


#aa5ebd Border Color

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

This div border color is #aa5ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5ebd


Comments

No comments written yet.

Please login to write comment.