Color Hex Logo

#aa0844 Color Hex

#AA0844
(170,8,68)
0 Favorites   0 Comments

Color spaces of #aa0844

RGB 170868
HSL0.940.910.35
HSV338°95°67°
CMYK 0.000.950.60   0.33
XYZ17.70789.13716.2992
Yxy9.13710.53430.2757
Hunter Lab30.227651.66968.8038
CIE-Lab36.246960.367412.7289

#aa0844 color RGB value is (170,8,68).

#aa0844 hex color red value is 170, green value is 8 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aa0844 hue: 0.94 , saturation: 0.91 and the lightness value of aa0844 is 0.35.

The process color (four color CMYK) of #aa0844 color hex is 0.00, 0.95, 0.60, 0.33. Web safe color of #aa0844 is #990033. Color #aa0844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 01000100
Octal 252 10 104
Decimal 170 8 68
Hex AA 8 44

RGB Percentages of Color #aa0844

%69.11
%3.25
%27.64

CMYK Percentages of Color #aa0844

%0
%95
%60
%33

Triadic Colors of #aa0844

#aa0844 #44aa08 #0844aa

Analogous Colors of #aa0844

#aa0844 #aa1d08 #aa0895

Monochromatic Colors of #aa0844

#aa0844

Complementary Color

#aa0844 #08aa6e

#aa0844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0844 Color CSS Codes

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

#aa0844 Text Font Color

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

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


#aa0844 Background Color

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

This div background color is #aa0844


#aa0844 Border Color

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

This div border color is #aa0844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0844


Comments

No comments written yet.

Please login to write comment.