Color Hex Logo

#aa17cb Color Hex

#AA17CB
(170,23,203)
0 Favorites   0 Comments

Color spaces of #aa17cb

RGB 17023203
HSL0.800.800.44
HSV289°89°80°
CMYK 0.160.890.00   0.20
XYZ27.663513.470657.6420
Yxy13.47060.28010.1364
Hunter Lab36.702370.3111-67.4250
CIE-Lab43.463975.0445-59.2677

#aa17cb color RGB value is (170,23,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 11001011
Octal 252 27 313
Decimal 170 23 203
Hex AA 17 CB

RGB Percentages of Color #aa17cb

%42.93
%5.81
%51.26

CMYK Percentages of Color #aa17cb

%16
%89
%0
%20

Triadic Colors of #aa17cb

#aa17cb #cbaa17 #17cbaa

Analogous Colors of #aa17cb

#aa17cb #cb1792 #5017cb

Monochromatic Colors of #aa17cb

#aa17cb

Complementary Color

#aa17cb #38cb17

#aa17cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa17cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa17cb Color CSS Codes

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

#aa17cb Text Font Color

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

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


#aa17cb Background Color

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

This div background color is #aa17cb


#aa17cb Border Color

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

This div border color is #aa17cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa17cb


Comments

No comments written yet.

Please login to write comment.