Color Hex Logo

#a44992 Color Hex

#A44992
(164,73,146)
0 Favorites   0 Comments

Color spaces of #a44992

RGB 16473146
HSL0.870.380.46
HSV312°55°64°
CMYK 0.000.550.11   0.36
XYZ22.880714.732928.8319
Yxy14.73290.34440.2217
Hunter Lab38.383539.2343-17.6675
CIE-Lab45.266246.9598-22.7990

#a44992 color RGB value is (164,73,146).

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

The process color (four color CMYK) of #a44992 color hex is 0.00, 0.55, 0.11, 0.36. Web safe color of #a44992 is #993399. Color #a44992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10010010
Octal 244 111 222
Decimal 164 73 146
Hex A4 49 92

RGB Percentages of Color #a44992

%42.82
%19.06
%38.12

CMYK Percentages of Color #a44992

%0
%55
%11
%36

Triadic Colors of #a44992

#a44992 #92a449 #4992a4

Analogous Colors of #a44992

#a44992 #a44965 #8949a4

Monochromatic Colors of #a44992

#a44992

Complementary Color

#a44992 #49a45b

#a44992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44992 Color CSS Codes

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

#a44992 Text Font Color

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

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


#a44992 Background Color

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

This div background color is #a44992


#a44992 Border Color

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

This div border color is #a44992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44992


Comments

No comments written yet.

Please login to write comment.