Color Hex Logo

#a9254b Color Hex

#A9254B
(169,37,75)
0 Favorites   0 Comments

Color spaces of #a9254b

RGB 1693775
HSL0.950.640.40
HSV343°78°66°
CMYK 0.000.780.56   0.34
XYZ18.293810.26627.6740
Yxy10.26620.50490.2833
Hunter Lab32.040945.84328.2283
CIE-Lab38.316054.564911.0349

#a9254b color RGB value is (169,37,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 01001011
Octal 251 45 113
Decimal 169 37 75
Hex A9 25 4B

RGB Percentages of Color #a9254b

%60.14
%13.17
%26.69

CMYK Percentages of Color #a9254b

%0
%78
%56
%34

Triadic Colors of #a9254b

#a9254b #4ba925 #254ba9

Analogous Colors of #a9254b

#a9254b #a94125 #a9258d

Monochromatic Colors of #a9254b

#a9254b

Complementary Color

#a9254b #25a983

#a9254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9254b Color CSS Codes

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

#a9254b Text Font Color

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

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


#a9254b Background Color

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

This div background color is #a9254b


#a9254b Border Color

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

This div border color is #a9254b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9254b


Comments

No comments written yet.

Please login to write comment.