Color Hex Logo

#a53871 Color Hex

#A53871
(165,56,113)
0 Favorites   0 Comments

Color spaces of #a53871

RGB 16556113
HSL0.910.490.43
HSV329°66°65°
CMYK 0.000.660.32   0.35
XYZ19.911912.019916.8934
Yxy12.01990.40780.2462
Hunter Lab34.669741.8461-4.6212
CIE-Lab41.247750.2004-8.7658

#a53871 color RGB value is (165,56,113).

#a53871 hex color red value is 165, green value is 56 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a53871 hue: 0.91 , saturation: 0.49 and the lightness value of a53871 is 0.43.

The process color (four color CMYK) of #a53871 color hex is 0.00, 0.66, 0.32, 0.35. Web safe color of #a53871 is #993366. Color #a53871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111000 01110001
Octal 245 70 161
Decimal 165 56 113
Hex A5 38 71

RGB Percentages of Color #a53871

%49.40
%16.77
%33.83

CMYK Percentages of Color #a53871

%0
%66
%32
%35

Triadic Colors of #a53871

#a53871 #71a538 #3871a5

Analogous Colors of #a53871

#a53871 #a5383b #a338a5

Monochromatic Colors of #a53871

#a53871

Complementary Color

#a53871 #38a56c

#a53871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53871 Color CSS Codes

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

#a53871 Text Font Color

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

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


#a53871 Background Color

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

This div background color is #a53871


#a53871 Border Color

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

This div border color is #a53871


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,56,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 #a53871">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53871


Comments

No comments written yet.

Please login to write comment.