Color Hex Logo

#a0132b Color Hex

#A0132B
(160,19,43)
0 Favorites   0 Comments

Color spaces of #a0132b

RGB 1601943
HSL0.970.790.35
HSV350°88°63°
CMYK 0.000.880.73   0.37
XYZ15.16618.11373.0523
Yxy8.11370.57600.3081
Hunter Lab28.484645.191213.5859
CIE-Lab34.218654.735825.8282

#a0132b color RGB value is (160,19,43).

#a0132b hex color red value is 160, green value is 19 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a0132b hue: 0.97 , saturation: 0.79 and the lightness value of a0132b is 0.35.

The process color (four color CMYK) of #a0132b color hex is 0.00, 0.88, 0.73, 0.37. Web safe color of #a0132b is #990033. Color #a0132b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 00101011
Octal 240 23 53
Decimal 160 19 43
Hex A0 13 2B

RGB Percentages of Color #a0132b

%72.07
%8.56
%19.37

CMYK Percentages of Color #a0132b

%0
%88
%73
%37

Triadic Colors of #a0132b

#a0132b #2ba013 #132ba0

Analogous Colors of #a0132b

#a0132b #a04213 #a01372

Monochromatic Colors of #a0132b

#a0132b

Complementary Color

#a0132b #13a088

#a0132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0132b Color CSS Codes

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

#a0132b Text Font Color

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

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


#a0132b Background Color

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

This div background color is #a0132b


#a0132b Border Color

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

This div border color is #a0132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0132b


Comments

No comments written yet.

Please login to write comment.