Color Hex Logo

#aa61d3 Color Hex

#AA61D3
(170,97,211)
0 Favorites   0 Comments

Color spaces of #aa61d3

RGB 17097211
HSL0.770.560.60
HSV278°54°83°
CMYK 0.190.540.00   0.17
XYZ32.610121.798664.1168
Yxy21.79860.27510.1839
Hunter Lab46.689042.9683-48.7392
CIE-Lab53.812749.1155-47.2693

#aa61d3 color RGB value is (170,97,211).

#aa61d3 hex color red value is 170, green value is 97 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #aa61d3 hue: 0.77 , saturation: 0.56 and the lightness value of aa61d3 is 0.60.

The process color (four color CMYK) of #aa61d3 color hex is 0.19, 0.54, 0.00, 0.17. Web safe color of #aa61d3 is #9966cc. Color #aa61d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 11010011
Octal 252 141 323
Decimal 170 97 211
Hex AA 61 D3

RGB Percentages of Color #aa61d3

%35.56
%20.29
%44.14

CMYK Percentages of Color #aa61d3

%19
%54
%0
%17

Triadic Colors of #aa61d3

#aa61d3 #d3aa61 #61d3aa

Analogous Colors of #aa61d3

#aa61d3 #d361c3 #7161d3

Monochromatic Colors of #aa61d3

#aa61d3

Complementary Color

#aa61d3 #8ad361

#aa61d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa61d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa61d3 Color CSS Codes

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

#aa61d3 Text Font Color

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

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


#aa61d3 Background Color

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

This div background color is #aa61d3


#aa61d3 Border Color

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

This div border color is #aa61d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa61d3


Comments

No comments written yet.

Please login to write comment.