color codes Logo

#aa42cb color codes

#AA42CB
(170,66,203)
0 Favorites   0 Comments

Color spaces of #aa42cb

RGB 17066203
HSL0.790.570.53
HSV286°67°80°
CMYK 0.160.670.00   0.20
XYZ29.305316.754358.1893
Yxy16.75430.28110.1607
Hunter Lab40.932056.1661-55.6348
CIE-Lab47.949062.1421-52.0454

#aa42cb color RGB value is (170,66,203).

#aa42cb hex color red value is 170, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa42cb hue: 0.79 , saturation: 0.57 and the lightness value of aa42cb is 0.53.

The process color (four color CMYK) of #aa42cb color code is 0.16, 0.67, 0.00, 0.20. Web safe color of #aa42cb is #9933cc. Color #aa42cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 11001011
Octal 252 102 313
Decimal 170 66 203
Hex AA 42 CB

RGB Percentages of Color #aa42cb

%38.72
%15.03
%46.24

CMYK Percentages of Color #aa42cb

%16
%67
%0
%20

Triadic Colors of #aa42cb

#aa42cb #cbaa42 #42cbaa

Analogous Colors of #aa42cb

#aa42cb #cb42a8 #6642cb

Monochromatic Colors of #aa42cb

#aa42cb

Complementary Color

#aa42cb #63cb42

#aa42cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa42cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa42cb Color CSS Codes

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

#aa42cb Text Font Color

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

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


#aa42cb Background Color

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

This div background color is #aa42cb


#aa42cb Border Color

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

This div border color is #aa42cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa42cb


Comments

No comments written yet.

Please login to write comment.