Color Hex Logo

#aa0440 Color Hex

#AA0440
(170,4,64)
0 Favorites   0 Comments

Color spaces of #aa0440

RGB 170464
HSL0.940.950.34
HSV338°98°67°
CMYK 0.000.980.62   0.33
XYZ17.54649.00305.6635
Yxy9.00300.54470.2795
Hunter Lab30.005051.87499.8124
CIE-Lab35.990160.604314.9809

#aa0440 color RGB value is (170,4,64).

#aa0440 hex color red value is 170, green value is 4 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa0440 hue: 0.94 , saturation: 0.95 and the lightness value of aa0440 is 0.34.

The process color (four color CMYK) of #aa0440 color hex is 0.00, 0.98, 0.62, 0.33. Web safe color of #aa0440 is #990033. Color #aa0440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 01000000
Octal 252 4 100
Decimal 170 4 64
Hex AA 4 40

RGB Percentages of Color #aa0440

%71.43
%1.68
%26.89

CMYK Percentages of Color #aa0440

%0
%98
%62
%33

Triadic Colors of #aa0440

#aa0440 #40aa04 #0440aa

Analogous Colors of #aa0440

#aa0440 #aa1b04 #aa0493

Monochromatic Colors of #aa0440

#aa0440

Complementary Color

#aa0440 #04aa6e

#aa0440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0440 Color CSS Codes

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

#aa0440 Text Font Color

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

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


#aa0440 Background Color

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

This div background color is #aa0440


#aa0440 Border Color

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

This div border color is #aa0440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0440


Comments

No comments written yet.

Please login to write comment.