Color Hex Logo

#aa42bf Color Hex

#AA42BF
(170,66,191)
0 Favorites   0 Comments

Color spaces of #aa42bf

RGB 17066191
HSL0.810.490.50
HSV290°65°75°
CMYK 0.110.650.00   0.25
XYZ27.929716.204150.9459
Yxy16.20410.29380.1704
Hunter Lab40.254353.4038-46.8595
CIE-Lab47.241159.8229-46.2308

#aa42bf color RGB value is (170,66,191).

#aa42bf hex color red value is 170, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aa42bf hue: 0.81 , saturation: 0.49 and the lightness value of aa42bf is 0.50.

The process color (four color CMYK) of #aa42bf color hex is 0.11, 0.65, 0.00, 0.25. Web safe color of #aa42bf is #9933cc. Color #aa42bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 10111111
Octal 252 102 277
Decimal 170 66 191
Hex AA 42 BF

RGB Percentages of Color #aa42bf

%39.81
%15.46
%44.73

CMYK Percentages of Color #aa42bf

%11
%65
%0
%25

Triadic Colors of #aa42bf

#aa42bf #bfaa42 #42bfaa

Analogous Colors of #aa42bf

#aa42bf #bf4296 #6c42bf

Monochromatic Colors of #aa42bf

#aa42bf

Complementary Color

#aa42bf #57bf42

#aa42bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa42bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa42bf Color CSS Codes

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

#aa42bf Text Font Color

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

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


#aa42bf Background Color

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

This div background color is #aa42bf


#aa42bf Border Color

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

This div border color is #aa42bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,66,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa42bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa42bf


Comments

No comments written yet.

Please login to write comment.