Color Hex Logo

#a92549 Color Hex

#A92549
(169,37,73)
0 Favorites   0 Comments

Color spaces of #a92549

RGB 1693773
HSL0.950.640.40
HSV344°78°66°
CMYK 0.000.780.57   0.34
XYZ18.226410.23927.3191
Yxy10.23920.50930.2861
Hunter Lab31.998745.67538.8377
CIE-Lab38.268454.415312.2464

#a92549 color RGB value is (169,37,73).

#a92549 hex color red value is 169, green value is 37 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a92549 hue: 0.95 , saturation: 0.64 and the lightness value of a92549 is 0.40.

The process color (four color CMYK) of #a92549 color hex is 0.00, 0.78, 0.57, 0.34. Web safe color of #a92549 is #993333. Color #a92549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 01001001
Octal 251 45 111
Decimal 169 37 73
Hex A9 25 49

RGB Percentages of Color #a92549

%60.57
%13.26
%26.16

CMYK Percentages of Color #a92549

%0
%78
%57
%34

Triadic Colors of #a92549

#a92549 #49a925 #2549a9

Analogous Colors of #a92549

#a92549 #a94325 #a9258b

Monochromatic Colors of #a92549

#a92549

Complementary Color

#a92549 #25a985

#a92549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92549 Color CSS Codes

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

#a92549 Text Font Color

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

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


#a92549 Background Color

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

This div background color is #a92549


#a92549 Border Color

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

This div border color is #a92549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92549


Comments

No comments written yet.

Please login to write comment.