Color Hex Logo

#a42989 Color Hex

#A42989
(164,41,137)
0 Favorites   0 Comments

Color spaces of #a42989

RGB 16441137
HSL0.870.600.40
HSV313°75°64°
CMYK 0.000.750.16   0.36
XYZ20.618111.284524.7583
Yxy11.28450.36390.1992
Hunter Lab33.592450.7717-20.1833
CIE-Lab40.055658.8089-25.4247

#a42989 color RGB value is (164,41,137).

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

The process color (four color CMYK) of #a42989 color hex is 0.00, 0.75, 0.16, 0.36. Web safe color of #a42989 is #993399. Color #a42989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10001001
Octal 244 51 211
Decimal 164 41 137
Hex A4 29 89

RGB Percentages of Color #a42989

%47.95
%11.99
%40.06

CMYK Percentages of Color #a42989

%0
%75
%16
%36

Triadic Colors of #a42989

#a42989 #89a429 #2989a4

Analogous Colors of #a42989

#a42989 #a4294c #8229a4

Monochromatic Colors of #a42989

#a42989

Complementary Color

#a42989 #29a444

#a42989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42989 Color CSS Codes

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

#a42989 Text Font Color

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

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


#a42989 Background Color

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

This div background color is #a42989


#a42989 Border Color

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

This div border color is #a42989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42989


Comments

No comments written yet.

Please login to write comment.