Color Hex Logo

#aa55bb Color Hex

#AA55BB
(170,85,187)
1 Favorites   0 Comments

Color spaces of #aa55bb

RGB 17085187
HSL0.810.430.53
HSV290°55°73°
CMYK 0.090.550.00   0.27
XYZ28.795718.630949.0921
Yxy18.63090.29830.1930
Hunter Lab43.163543.5466-37.2191
CIE-Lab50.252650.2434-39.1321

#aa55bb color RGB value is (170,85,187).

#aa55bb hex color red value is 170, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa55bb hue: 0.81 , saturation: 0.43 and the lightness value of aa55bb is 0.53.

The process color (four color CMYK) of #aa55bb color hex is 0.09, 0.55, 0.00, 0.27. Web safe color of #aa55bb is #9966cc. Color #aa55bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010101 10111011
Octal 252 125 273
Decimal 170 85 187
Hex AA 55 BB

RGB Percentages of Color #aa55bb

%38.46
%19.23
%42.31

CMYK Percentages of Color #aa55bb

%9
%55
%0
%27

Triadic Colors of #aa55bb

#aa55bb #bbaa55 #55bbaa

Analogous Colors of #aa55bb

#aa55bb #bb5599 #7755bb

Monochromatic Colors of #aa55bb

#aa55bb

Complementary Color

#aa55bb #66bb55

#aa55bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa55bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa55bb Color CSS Codes

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

#aa55bb Text Font Color

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

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


#aa55bb Background Color

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

This div background color is #aa55bb


#aa55bb Border Color

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

This div border color is #aa55bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa55bb


Comments

No comments written yet.

Please login to write comment.