Color Hex Logo

#a44790 Color Hex

#A44790
(164,71,144)
0 Favorites   0 Comments

Color spaces of #a44790

RGB 16471144
HSL0.870.400.46
HSV313°57°64°
CMYK 0.000.570.12   0.36
XYZ22.597114.412627.9765
Yxy14.41260.34770.2218
Hunter Lab37.963939.8109-17.1174
CIE-Lab44.818947.5972-22.2873

#a44790 color RGB value is (164,71,144).

#a44790 hex color red value is 164, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a44790 hue: 0.87 , saturation: 0.40 and the lightness value of a44790 is 0.46.

The process color (four color CMYK) of #a44790 color hex is 0.00, 0.57, 0.12, 0.36. Web safe color of #a44790 is #993399. Color #a44790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10010000
Octal 244 107 220
Decimal 164 71 144
Hex A4 47 90

RGB Percentages of Color #a44790

%43.27
%18.73
%37.99

CMYK Percentages of Color #a44790

%0
%57
%12
%36

Triadic Colors of #a44790

#a44790 #90a447 #4790a4

Analogous Colors of #a44790

#a44790 #a44762 #8a47a4

Monochromatic Colors of #a44790

#a44790

Complementary Color

#a44790 #47a45b

#a44790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44790 Color CSS Codes

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

#a44790 Text Font Color

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

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


#a44790 Background Color

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

This div background color is #a44790


#a44790 Border Color

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

This div border color is #a44790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44790


Comments

No comments written yet.

Please login to write comment.