Color Hex Logo

#aa0bde Color Hex

#AA0BDE
(170,11,222)
0 Favorites   0 Comments

Color spaces of #aa0bde

RGB 17011222
HSL0.790.910.46
HSV285°95°87°
CMYK 0.230.950.00   0.13
XYZ29.882114.059370.2460
Yxy14.05930.26170.1231
Hunter Lab37.495776.6374-84.8292
CIE-Lab44.317979.9951-68.8197

#aa0bde color RGB value is (170,11,222).

#aa0bde hex color red value is 170, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa0bde hue: 0.79 , saturation: 0.91 and the lightness value of aa0bde is 0.46.

The process color (four color CMYK) of #aa0bde color hex is 0.23, 0.95, 0.00, 0.13. Web safe color of #aa0bde is #9900cc. Color #aa0bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001011 11011110
Octal 252 13 336
Decimal 170 11 222
Hex AA B DE

RGB Percentages of Color #aa0bde

%42.18
%2.73
%55.09

CMYK Percentages of Color #aa0bde

%23
%95
%0
%13

Triadic Colors of #aa0bde

#aa0bde #deaa0b #0bdeaa

Analogous Colors of #aa0bde

#aa0bde #de0ba9 #400bde

Monochromatic Colors of #aa0bde

#aa0bde

Complementary Color

#aa0bde #3fde0b

#aa0bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0bde Color CSS Codes

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

#aa0bde Text Font Color

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

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


#aa0bde Background Color

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

This div background color is #aa0bde


#aa0bde Border Color

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

This div border color is #aa0bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0bde


Comments

No comments written yet.

Please login to write comment.