Color Hex Logo

#a91349 Color Hex

#A91349
(169,19,73)
0 Favorites   0 Comments

Color spaces of #a91349

RGB 1691973
HSL0.940.800.37
HSV338°89°66°
CMYK 0.000.890.57   0.34
XYZ17.79779.38187.1762
Yxy9.38180.51800.2731
Hunter Lab30.629750.11717.5498
CIE-Lab36.709258.857110.0910

#a91349 color RGB value is (169,19,73).

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

The process color (four color CMYK) of #a91349 color hex is 0.00, 0.89, 0.57, 0.34. Web safe color of #a91349 is #990033. Color #a91349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 01001001
Octal 251 23 111
Decimal 169 19 73
Hex A9 13 49

RGB Percentages of Color #a91349

%64.75
%7.28
%27.97

CMYK Percentages of Color #a91349

%0
%89
%57
%34

Triadic Colors of #a91349

#a91349 #49a913 #1349a9

Analogous Colors of #a91349

#a91349 #a92813 #a91394

Monochromatic Colors of #a91349

#a91349

Complementary Color

#a91349 #13a973

#a91349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91349 Color CSS Codes

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

#a91349 Text Font Color

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

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


#a91349 Background Color

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

This div background color is #a91349


#a91349 Border Color

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

This div border color is #a91349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91349


Comments

No comments written yet.

Please login to write comment.