Color Hex Logo

#aa10cb Color Hex

#AA10CB
(170,16,203)
0 Favorites   0 Comments

Color spaces of #aa10cb

RGB 17016203
HSL0.800.850.43
HSV289°92°80°
CMYK 0.160.920.00   0.20
XYZ27.542313.228457.6016
Yxy13.22840.28000.1345
Hunter Lab36.370971.5224-68.4397
CIE-Lab43.105476.1053-59.8481

#aa10cb color RGB value is (170,16,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11001011
Octal 252 20 313
Decimal 170 16 203
Hex AA 10 CB

RGB Percentages of Color #aa10cb

%43.70
%4.11
%52.19

CMYK Percentages of Color #aa10cb

%16
%92
%0
%20

Triadic Colors of #aa10cb

#aa10cb #cbaa10 #10cbaa

Analogous Colors of #aa10cb

#aa10cb #cb108f #4d10cb

Monochromatic Colors of #aa10cb

#aa10cb

Complementary Color

#aa10cb #31cb10

#aa10cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10cb Color CSS Codes

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

#aa10cb Text Font Color

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

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


#aa10cb Background Color

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

This div background color is #aa10cb


#aa10cb Border Color

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

This div border color is #aa10cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10cb


Comments

No comments written yet.

Please login to write comment.