Color Hex Logo

#a42579 Color Hex

#A42579
(164,37,121)
0 Favorites   0 Comments

Color spaces of #a42579

RGB 16437121
HSL0.890.630.39
HSV320°77°64°
CMYK 0.000.770.26   0.36
XYZ19.422610.596119.1107
Yxy10.59610.39530.2157
Hunter Lab32.551749.5402-12.0223
CIE-Lab38.891757.9031-17.3379

#a42579 color RGB value is (164,37,121).

#a42579 hex color red value is 164, green value is 37 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a42579 hue: 0.89 , saturation: 0.63 and the lightness value of a42579 is 0.39.

The process color (four color CMYK) of #a42579 color hex is 0.00, 0.77, 0.26, 0.36. Web safe color of #a42579 is #993366. Color #a42579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 01111001
Octal 244 45 171
Decimal 164 37 121
Hex A4 25 79

RGB Percentages of Color #a42579

%50.93
%11.49
%37.58

CMYK Percentages of Color #a42579

%0
%77
%26
%36

Triadic Colors of #a42579

#a42579 #79a425 #2579a4

Analogous Colors of #a42579

#a42579 #a42539 #9025a4

Monochromatic Colors of #a42579

#a42579

Complementary Color

#a42579 #25a450

#a42579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42579 Color CSS Codes

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

#a42579 Text Font Color

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

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


#a42579 Background Color

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

This div background color is #a42579


#a42579 Border Color

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

This div border color is #a42579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42579


Comments

No comments written yet.

Please login to write comment.