color codes Logo

#aa19cb color codes

#AA19CB
(170,25,203)
0 Favorites   0 Comments

Color spaces of #aa19cb

RGB 17025203
HSL0.800.780.45
HSV289°88°80°
CMYK 0.160.880.00   0.20
XYZ27.704713.553157.6557
Yxy13.55310.28010.1370
Hunter Lab36.814569.9044-67.0846
CIE-Lab43.585174.6867-59.0716

#aa19cb color RGB value is (170,25,203).

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

The process color (four color CMYK) of #aa19cb color code is 0.16, 0.88, 0.00, 0.20. Web safe color of #aa19cb is #9900cc. Color #aa19cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 11001011
Octal 252 31 313
Decimal 170 25 203
Hex AA 19 CB

RGB Percentages of Color #aa19cb

%42.71
%6.28
%51.01

CMYK Percentages of Color #aa19cb

%16
%88
%0
%20

Triadic Colors of #aa19cb

#aa19cb #cbaa19 #19cbaa

Analogous Colors of #aa19cb

#aa19cb #cb1993 #5119cb

Monochromatic Colors of #aa19cb

#aa19cb

Complementary Color

#aa19cb #3acb19

#aa19cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa19cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa19cb Color CSS Codes

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

#aa19cb Text Font Color

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

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


#aa19cb Background Color

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

This div background color is #aa19cb


#aa19cb Border Color

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

This div border color is #aa19cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,25,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 #aa19cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa19cb


Comments

No comments written yet.

Please login to write comment.