Color Hex Logo

#a42571 Color Hex

#A42571
(164,37,113)
0 Favorites   0 Comments

Color spaces of #a42571

RGB 16437113
HSL0.900.630.39
HSV324°77°64°
CMYK 0.000.770.31   0.36
XYZ18.952010.407916.6328
Yxy10.40790.41210.2263
Hunter Lab32.261348.4032-7.9850
CIE-Lab38.564856.9142-12.8361

#a42571 color RGB value is (164,37,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 01110001
Octal 244 45 161
Decimal 164 37 113
Hex A4 25 71

RGB Percentages of Color #a42571

%52.23
%11.78
%35.99

CMYK Percentages of Color #a42571

%0
%77
%31
%36

Triadic Colors of #a42571

#a42571 #71a425 #2571a4

Analogous Colors of #a42571

#a42571 #a42532 #9825a4

Monochromatic Colors of #a42571

#a42571

Complementary Color

#a42571 #25a458

#a42571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42571 Color CSS Codes

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

#a42571 Text Font Color

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

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


#a42571 Background Color

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

This div background color is #a42571


#a42571 Border Color

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

This div border color is #a42571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42571


Comments

No comments written yet.

Please login to write comment.