Color Hex Logo

#aa0ecb Color Hex

#AA0ECB
(170,14,203)
0 Favorites   0 Comments

Color spaces of #aa0ecb

RGB 17014203
HSL0.800.870.43
HSV290°93°80°
CMYK 0.160.930.00   0.20
XYZ27.514113.171957.5922
Yxy13.17190.28000.1340
Hunter Lab36.293171.8093-68.6799
CIE-Lab43.021176.3556-59.9846

#aa0ecb color RGB value is (170,14,203).

#aa0ecb hex color red value is 170, green value is 14 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa0ecb hue: 0.80 , saturation: 0.87 and the lightness value of aa0ecb is 0.43.

The process color (four color CMYK) of #aa0ecb color hex is 0.16, 0.93, 0.00, 0.20. Web safe color of #aa0ecb is #9900cc. Color #aa0ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001110 11001011
Octal 252 16 313
Decimal 170 14 203
Hex AA E CB

RGB Percentages of Color #aa0ecb

%43.93
%3.62
%52.45

CMYK Percentages of Color #aa0ecb

%16
%93
%0
%20

Triadic Colors of #aa0ecb

#aa0ecb #cbaa0e #0ecbaa

Analogous Colors of #aa0ecb

#aa0ecb #cb0e8e #4c0ecb

Monochromatic Colors of #aa0ecb

#aa0ecb

Complementary Color

#aa0ecb #2fcb0e

#aa0ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0ecb Color CSS Codes

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

#aa0ecb Text Font Color

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

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


#aa0ecb Background Color

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

This div background color is #aa0ecb


#aa0ecb Border Color

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

This div border color is #aa0ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0ecb


Comments

No comments written yet.

Please login to write comment.