Color Hex Logo

#aa14cb Color Hex

#AA14CB
(170,20,203)
0 Favorites   0 Comments

Color spaces of #aa14cb

RGB 17020203
HSL0.800.820.44
HSV289°90°80°
CMYK 0.160.900.00   0.20
XYZ27.607213.358257.6232
Yxy13.35820.28000.1355
Hunter Lab36.548970.8695-67.8928
CIE-Lab43.298175.5344-59.5361

#aa14cb color RGB value is (170,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 11001011
Octal 252 24 313
Decimal 170 20 203
Hex AA 14 CB

RGB Percentages of Color #aa14cb

%43.26
%5.09
%51.65

CMYK Percentages of Color #aa14cb

%16
%90
%0
%20

Triadic Colors of #aa14cb

#aa14cb #cbaa14 #14cbaa

Analogous Colors of #aa14cb

#aa14cb #cb1491 #4f14cb

Monochromatic Colors of #aa14cb

#aa14cb

Complementary Color

#aa14cb #35cb14

#aa14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa14cb Color CSS Codes

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

#aa14cb Text Font Color

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

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


#aa14cb Background Color

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

This div background color is #aa14cb


#aa14cb Border Color

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

This div border color is #aa14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa14cb


Comments

No comments written yet.

Please login to write comment.