Color Hex Logo

#a44aaa Color Hex

#A44AAA
(164,74,170)
0 Favorites   0 Comments

Color spaces of #a44aaa

RGB 16474170
HSL0.820.390.48
HSV296°56°67°
CMYK 0.040.560.00   0.33
XYZ25.014315.692439.7407
Yxy15.69240.31090.1951
Hunter Lab39.613643.3912-31.7506
CIE-Lab46.568350.7293-35.0531

#a44aaa color RGB value is (164,74,170).

#a44aaa hex color red value is 164, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a44aaa hue: 0.82 , saturation: 0.39 and the lightness value of a44aaa is 0.48.

The process color (four color CMYK) of #a44aaa color hex is 0.04, 0.56, 0.00, 0.33. Web safe color of #a44aaa is #993399. Color #a44aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 10101010
Octal 244 112 252
Decimal 164 74 170
Hex A4 4A AA

RGB Percentages of Color #a44aaa

%40.20
%18.14
%41.67

CMYK Percentages of Color #a44aaa

%4
%56
%0
%33

Triadic Colors of #a44aaa

#a44aaa #aaa44a #4aaaa4

Analogous Colors of #a44aaa

#a44aaa #aa4a80 #744aaa

Monochromatic Colors of #a44aaa

#a44aaa

Complementary Color

#a44aaa #50aa4a

#a44aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44aaa Color CSS Codes

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

#a44aaa Text Font Color

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

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


#a44aaa Background Color

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

This div background color is #a44aaa


#a44aaa Border Color

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

This div border color is #a44aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44aaa


Comments

No comments written yet.

Please login to write comment.