Color Hex Logo

#a71549 Color Hex

#A71549
(167,21,73)
0 Favorites   0 Comments

Color spaces of #a71549

RGB 1672173
HSL0.940.780.37
HSV339°87°65°
CMYK 0.000.870.56   0.35
XYZ17.40719.23297.1680
Yxy9.23290.51490.2731
Hunter Lab30.385749.08267.2834
CIE-Lab36.428957.95749.6384

#a71549 color RGB value is (167,21,73).

#a71549 hex color red value is 167, green value is 21 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a71549 hue: 0.94 , saturation: 0.78 and the lightness value of a71549 is 0.37.

The process color (four color CMYK) of #a71549 color hex is 0.00, 0.87, 0.56, 0.35. Web safe color of #a71549 is #990033. Color #a71549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 01001001
Octal 247 25 111
Decimal 167 21 73
Hex A7 15 49

RGB Percentages of Color #a71549

%63.98
%8.05
%27.97

CMYK Percentages of Color #a71549

%0
%87
%56
%35

Triadic Colors of #a71549

#a71549 #49a715 #1549a7

Analogous Colors of #a71549

#a71549 #a72a15 #a71592

Monochromatic Colors of #a71549

#a71549

Complementary Color

#a71549 #15a773

#a71549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71549 Color CSS Codes

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

#a71549 Text Font Color

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

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


#a71549 Background Color

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

This div background color is #a71549


#a71549 Border Color

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

This div border color is #a71549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71549


Comments

No comments written yet.

Please login to write comment.