Color Hex Logo

#aa1bcc Color Hex

#AA1BCC
(170,27,204)
0 Favorites   0 Comments

Color spaces of #aa1bcc

RGB 17027204
HSL0.800.770.45
HSV288°87°80°
CMYK 0.170.870.00   0.20
XYZ27.868613.689558.3002
Yxy13.68950.27910.1371
Hunter Lab36.999369.7008-67.5243
CIE-Lab43.784374.4804-59.3288

#aa1bcc color RGB value is (170,27,204).

#aa1bcc hex color red value is 170, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa1bcc hue: 0.80 , saturation: 0.77 and the lightness value of aa1bcc is 0.45.

The process color (four color CMYK) of #aa1bcc color hex is 0.17, 0.87, 0.00, 0.20. Web safe color of #aa1bcc is #9933cc. Color #aa1bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011011 11001100
Octal 252 33 314
Decimal 170 27 204
Hex AA 1B CC

RGB Percentages of Color #aa1bcc

%42.39
%6.73
%50.87

CMYK Percentages of Color #aa1bcc

%17
%87
%0
%20

Triadic Colors of #aa1bcc

#aa1bcc #ccaa1b #1bccaa

Analogous Colors of #aa1bcc

#aa1bcc #cc1b96 #521bcc

Monochromatic Colors of #aa1bcc

#aa1bcc

Complementary Color

#aa1bcc #3dcc1b

#aa1bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1bcc Color CSS Codes

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

#aa1bcc Text Font Color

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

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


#aa1bcc Background Color

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

This div background color is #aa1bcc


#aa1bcc Border Color

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

This div border color is #aa1bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1bcc


Comments

No comments written yet.

Please login to write comment.