Color Hex Logo

#aa3779 Color Hex

#AA3779
(170,55,121)
0 Favorites   0 Comments

Color spaces of #aa3779

RGB 17055121
HSL0.900.510.44
HSV326°68°67°
CMYK 0.000.680.29   0.33
XYZ21.394912.658919.4049
Yxy12.65890.40020.2368
Hunter Lab35.579345.0734-7.4311
CIE-Lab42.244753.0994-12.1285

#aa3779 color RGB value is (170,55,121).

#aa3779 hex color red value is 170, green value is 55 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aa3779 hue: 0.90 , saturation: 0.51 and the lightness value of aa3779 is 0.44.

The process color (four color CMYK) of #aa3779 color hex is 0.00, 0.68, 0.29, 0.33. Web safe color of #aa3779 is #993366. Color #aa3779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 01111001
Octal 252 67 171
Decimal 170 55 121
Hex AA 37 79

RGB Percentages of Color #aa3779

%49.13
%15.90
%34.97

CMYK Percentages of Color #aa3779

%0
%68
%29
%33

Triadic Colors of #aa3779

#aa3779 #79aa37 #3779aa

Analogous Colors of #aa3779

#aa3779 #aa3740 #a237aa

Monochromatic Colors of #aa3779

#aa3779

Complementary Color

#aa3779 #37aa68

#aa3779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3779 Color CSS Codes

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

#aa3779 Text Font Color

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

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


#aa3779 Background Color

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

This div background color is #aa3779


#aa3779 Border Color

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

This div border color is #aa3779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3779


Comments

No comments written yet.

Please login to write comment.