Color Hex Logo

#a1273b Color Hex

#A1273B
(161,39,59)
0 Favorites   0 Comments

Color spaces of #a1273b

RGB 1613959
HSL0.970.610.39
HSV350°76°63°
CMYK 0.000.760.63   0.37
XYZ16.21299.34395.0867
Yxy9.34390.52910.3049
Hunter Lab30.567841.181311.5312
CIE-Lab36.638250.407718.7240

#a1273b color RGB value is (161,39,59).

#a1273b hex color red value is 161, green value is 39 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a1273b hue: 0.97 , saturation: 0.61 and the lightness value of a1273b is 0.39.

The process color (four color CMYK) of #a1273b color hex is 0.00, 0.76, 0.63, 0.37. Web safe color of #a1273b is #993333. Color #a1273b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 00111011
Octal 241 47 73
Decimal 161 39 59
Hex A1 27 3B

RGB Percentages of Color #a1273b

%62.16
%15.06
%22.78

CMYK Percentages of Color #a1273b

%0
%76
%63
%37

Triadic Colors of #a1273b

#a1273b #3ba127 #273ba1

Analogous Colors of #a1273b

#a1273b #a15027 #a12778

Monochromatic Colors of #a1273b

#a1273b

Complementary Color

#a1273b #27a18d

#a1273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1273b Color CSS Codes

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

#a1273b Text Font Color

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

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


#a1273b Background Color

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

This div background color is #a1273b


#a1273b Border Color

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

This div border color is #a1273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1273b


Comments

No comments written yet.

Please login to write comment.