Color Hex Logo

#aa11cf Color Hex

#AA11CF
(170,17,207)
0 Favorites   0 Comments

Color spaces of #aa11cf

RGB 17017207
HSL0.800.850.44
HSV288°92°81°
CMYK 0.180.920.00   0.19
XYZ28.040513.451960.1501
Yxy13.45190.27590.1323
Hunter Lab36.676872.2840-71.5620
CIE-Lab43.436476.6616-61.6285

#aa11cf color RGB value is (170,17,207).

#aa11cf hex color red value is 170, green value is 17 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aa11cf hue: 0.80 , saturation: 0.85 and the lightness value of aa11cf is 0.44.

The process color (four color CMYK) of #aa11cf color hex is 0.18, 0.92, 0.00, 0.19. Web safe color of #aa11cf is #9900cc. Color #aa11cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 11001111
Octal 252 21 317
Decimal 170 17 207
Hex AA 11 CF

RGB Percentages of Color #aa11cf

%43.15
%4.31
%52.54

CMYK Percentages of Color #aa11cf

%18
%92
%0
%19

Triadic Colors of #aa11cf

#aa11cf #cfaa11 #11cfaa

Analogous Colors of #aa11cf

#aa11cf #cf1195 #4b11cf

Monochromatic Colors of #aa11cf

#aa11cf

Complementary Color

#aa11cf #36cf11

#aa11cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa11cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa11cf Color CSS Codes

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

#aa11cf Text Font Color

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

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


#aa11cf Background Color

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

This div background color is #aa11cf


#aa11cf Border Color

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

This div border color is #aa11cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa11cf


Comments

No comments written yet.

Please login to write comment.