Color Hex Logo

#a0052c Color Hex

#A0052C
(160,5,44)
0 Favorites   0 Comments

Color spaces of #a0052c

RGB 160544
HSL0.960.940.32
HSV345°97°63°
CMYK 0.000.970.73   0.37
XYZ15.00617.76403.0906
Yxy7.76400.58030.3002
Hunter Lab27.864047.369012.9285
CIE-Lab33.486556.934324.3129

#a0052c color RGB value is (160,5,44).

#a0052c hex color red value is 160, green value is 5 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a0052c hue: 0.96 , saturation: 0.94 and the lightness value of a0052c is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 00101100
Octal 240 5 54
Decimal 160 5 44
Hex A0 5 2C

RGB Percentages of Color #a0052c

%76.56
%2.39
%21.05

CMYK Percentages of Color #a0052c

%0
%97
%73
%37

Triadic Colors of #a0052c

#a0052c #2ca005 #052ca0

Analogous Colors of #a0052c

#a0052c #a02c05 #a0057a

Monochromatic Colors of #a0052c

#a0052c

Complementary Color

#a0052c #05a079

#a0052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0052c Color CSS Codes

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

#a0052c Text Font Color

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

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


#a0052c Background Color

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

This div background color is #a0052c


#a0052c Border Color

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

This div border color is #a0052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0052c


Comments

No comments written yet.

Please login to write comment.