Color Hex Logo

#aa4379 Color Hex

#AA4379
(170,67,121)
0 Favorites   0 Comments

Color spaces of #aa4379

RGB 17067121
HSL0.910.430.46
HSV329°61°67°
CMYK 0.000.610.29   0.33
XYZ22.035913.940819.6186
Yxy13.94080.39640.2508
Hunter Lab37.337440.0073-5.0172
CIE-Lab44.147947.9037-9.2588

#aa4379 color RGB value is (170,67,121).

#aa4379 hex color red value is 170, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aa4379 hue: 0.91 , saturation: 0.43 and the lightness value of aa4379 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 01111001
Octal 252 103 171
Decimal 170 67 121
Hex AA 43 79

RGB Percentages of Color #aa4379

%47.49
%18.72
%33.80

CMYK Percentages of Color #aa4379

%0
%61
%29
%33

Triadic Colors of #aa4379

#aa4379 #79aa43 #4379aa

Analogous Colors of #aa4379

#aa4379 #aa4346 #a843aa

Monochromatic Colors of #aa4379

#aa4379

Complementary Color

#aa4379 #43aa74

#aa4379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4379 Color CSS Codes

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

#aa4379 Text Font Color

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

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


#aa4379 Background Color

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

This div background color is #aa4379


#aa4379 Border Color

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

This div border color is #aa4379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4379


Comments

No comments written yet.

Please login to write comment.