Color Hex Logo

#a0423c Color Hex

#A0423C
(160,66,60)
0 Favorites   0 Comments

Color spaces of #a0423c

RGB 1606660
HSL0.010.450.43
HSV63°63°
CMYK 0.000.590.63   0.37
XYZ17.261011.69635.6228
Yxy11.69630.49920.3382
Hunter Lab34.199930.240914.1920
CIE-Lab40.729338.624523.3312

#a0423c color RGB value is (160,66,60).

#a0423c hex color red value is 160, green value is 66 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a0423c hue: 0.01 , saturation: 0.45 and the lightness value of a0423c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 00111100
Octal 240 102 74
Decimal 160 66 60
Hex A0 42 3C

RGB Percentages of Color #a0423c

%55.94
%23.08
%20.98

CMYK Percentages of Color #a0423c

%0
%59
%63
%37

Triadic Colors of #a0423c

#a0423c #3ca042 #423ca0

Analogous Colors of #a0423c

#a0423c #a0743c #a03c68

Monochromatic Colors of #a0423c

#a0423c

Complementary Color

#a0423c #3c9aa0

#a0423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0423c Color CSS Codes

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

#a0423c Text Font Color

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

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


#a0423c Background Color

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

This div background color is #a0423c


#a0423c Border Color

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

This div border color is #a0423c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,66,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 #a0423c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0423c


Comments

No comments written yet.

Please login to write comment.