Color Hex Logo

#aa0bbc Color Hex

#AA0BBC
(170,11,188)
0 Favorites   0 Comments

Color spaces of #aa0bbc

RGB 17011188
HSL0.820.890.39
HSV294°94°74°
CMYK 0.100.940.00   0.26
XYZ25.774312.416248.6151
Yxy12.41620.29690.1430
Hunter Lab35.236668.9021-57.1353
CIE-Lab41.870174.1929-53.0863

#aa0bbc color RGB value is (170,11,188).

#aa0bbc hex color red value is 170, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aa0bbc hue: 0.82 , saturation: 0.89 and the lightness value of aa0bbc is 0.39.

The process color (four color CMYK) of #aa0bbc color hex is 0.10, 0.94, 0.00, 0.26. Web safe color of #aa0bbc is #9900cc. Color #aa0bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001011 10111100
Octal 252 13 274
Decimal 170 11 188
Hex AA B BC

RGB Percentages of Color #aa0bbc

%46.07
%2.98
%50.95

CMYK Percentages of Color #aa0bbc

%10
%94
%0
%26

Triadic Colors of #aa0bbc

#aa0bbc #bcaa0b #0bbcaa

Analogous Colors of #aa0bbc

#aa0bbc #bc0b76 #520bbc

Monochromatic Colors of #aa0bbc

#aa0bbc

Complementary Color

#aa0bbc #1dbc0b

#aa0bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0bbc Color CSS Codes

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

#aa0bbc Text Font Color

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

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


#aa0bbc Background Color

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

This div background color is #aa0bbc


#aa0bbc Border Color

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

This div border color is #aa0bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0bbc


Comments

No comments written yet.

Please login to write comment.