Color Hex Logo

#aa0bc7 Color Hex

#AA0BC7
(170,11,199)
0 Favorites   0 Comments

Color spaces of #aa0bc7

RGB 17011199
HSL0.810.900.41
HSV291°94°78°
CMYK 0.150.940.00   0.22
XYZ27.006012.908955.1011
Yxy12.90890.28420.1359
Hunter Lab35.929071.2938-65.7776
CIE-Lab42.625776.0115-58.2999

#aa0bc7 color RGB value is (170,11,199).

#aa0bc7 hex color red value is 170, green value is 11 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aa0bc7 hue: 0.81 , saturation: 0.90 and the lightness value of aa0bc7 is 0.41.

The process color (four color CMYK) of #aa0bc7 color hex is 0.15, 0.94, 0.00, 0.22. Web safe color of #aa0bc7 is #9900cc. Color #aa0bc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001011 11000111
Octal 252 13 307
Decimal 170 11 199
Hex AA B C7

RGB Percentages of Color #aa0bc7

%44.74
%2.89
%52.37

CMYK Percentages of Color #aa0bc7

%15
%94
%0
%22

Triadic Colors of #aa0bc7

#aa0bc7 #c7aa0b #0bc7aa

Analogous Colors of #aa0bc7

#aa0bc7 #c70b86 #4c0bc7

Monochromatic Colors of #aa0bc7

#aa0bc7

Complementary Color

#aa0bc7 #28c70b

#aa0bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0bc7 Color CSS Codes

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

#aa0bc7 Text Font Color

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

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


#aa0bc7 Background Color

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

This div background color is #aa0bc7


#aa0bc7 Border Color

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

This div border color is #aa0bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0bc7


Comments

No comments written yet.

Please login to write comment.