Color Hex Logo

#a9134e Color Hex

#A9134E
(169,19,78)
0 Favorites   0 Comments

Color spaces of #a9134e

RGB 1691978
HSL0.930.800.37
HSV336°89°66°
CMYK 0.000.890.54   0.34
XYZ17.97029.45088.0848
Yxy9.45080.50610.2662
Hunter Lab30.742250.54275.9270
CIE-Lab36.838159.22277.0382

#a9134e color RGB value is (169,19,78).

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

The process color (four color CMYK) of #a9134e color hex is 0.00, 0.89, 0.54, 0.34. Web safe color of #a9134e is #990066. Color #a9134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 01001110
Octal 251 23 116
Decimal 169 19 78
Hex A9 13 4E

RGB Percentages of Color #a9134e

%63.53
%7.14
%29.32

CMYK Percentages of Color #a9134e

%0
%89
%54
%34

Triadic Colors of #a9134e

#a9134e #4ea913 #134ea9

Analogous Colors of #a9134e

#a9134e #a92313 #a91399

Monochromatic Colors of #a9134e

#a9134e

Complementary Color

#a9134e #13a96e

#a9134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9134e Color CSS Codes

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

#a9134e Text Font Color

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

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


#a9134e Background Color

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

This div background color is #a9134e


#a9134e Border Color

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

This div border color is #a9134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9134e


Comments

No comments written yet.

Please login to write comment.