Color Hex Logo

#a1294c Color Hex

#A1294C
(161,41,76)
0 Favorites   0 Comments

Color spaces of #a1294c

RGB 1614176
HSL0.950.590.40
HSV343°75°63°
CMYK 0.000.750.53   0.37
XYZ16.79549.68477.8216
Yxy9.68470.48960.2823
Hunter Lab31.120341.87496.8825
CIE-Lab37.270550.96408.7060

#a1294c color RGB value is (161,41,76).

#a1294c hex color red value is 161, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a1294c hue: 0.95 , saturation: 0.59 and the lightness value of a1294c is 0.40.

The process color (four color CMYK) of #a1294c color hex is 0.00, 0.75, 0.53, 0.37. Web safe color of #a1294c is #993333. Color #a1294c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 01001100
Octal 241 51 114
Decimal 161 41 76
Hex A1 29 4C

RGB Percentages of Color #a1294c

%57.91
%14.75
%27.34

CMYK Percentages of Color #a1294c

%0
%75
%53
%37

Triadic Colors of #a1294c

#a1294c #4ca129 #294ca1

Analogous Colors of #a1294c

#a1294c #a14229 #a12988

Monochromatic Colors of #a1294c

#a1294c

Complementary Color

#a1294c #29a17e

#a1294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1294c Color CSS Codes

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

#a1294c Text Font Color

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

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


#a1294c Background Color

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

This div background color is #a1294c


#a1294c Border Color

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

This div border color is #a1294c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,41,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1294c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1294c;
  -webkit-box-shadow: 1px 1px 3px 2px #a1294c;
  box-shadow:         1px 1px 3px 2px #a1294c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,41,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1294c


Comments

No comments written yet.

Please login to write comment.