Color Hex Logo

#a0293c Color Hex

#A0293C
(160,41,60)
0 Favorites   0 Comments

Color spaces of #a0293c

RGB 1604160
HSL0.970.590.39
HSV350°74°63°
CMYK 0.000.740.63   0.37
XYZ16.10589.38575.2377
Yxy9.38570.52410.3054
Hunter Lab30.636140.226711.3087
CIE-Lab36.716549.457918.1533

#a0293c color RGB value is (160,41,60).

#a0293c hex color red value is 160, green value is 41 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a0293c hue: 0.97 , saturation: 0.59 and the lightness value of a0293c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 00111100
Octal 240 51 74
Decimal 160 41 60
Hex A0 29 3C

RGB Percentages of Color #a0293c

%61.30
%15.71
%22.99

CMYK Percentages of Color #a0293c

%0
%74
%63
%37

Triadic Colors of #a0293c

#a0293c #3ca029 #293ca0

Analogous Colors of #a0293c

#a0293c #a05229 #a02978

Monochromatic Colors of #a0293c

#a0293c

Complementary Color

#a0293c #29a08d

#a0293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0293c Color CSS Codes

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

#a0293c Text Font Color

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

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


#a0293c Background Color

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

This div background color is #a0293c


#a0293c Border Color

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

This div border color is #a0293c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0293c


Comments

No comments written yet.

Please login to write comment.