Color Hex Logo

#a03e4a Color Hex

#A03E4A
(160,62,74)
0 Favorites   0 Comments

Color spaces of #a03e4a

RGB 1606274
HSL0.980.440.44
HSV353°61°63°
CMYK 0.000.610.54   0.37
XYZ17.455911.41327.7615
Yxy11.41320.47650.3116
Hunter Lab33.783433.110010.0269
CIE-Lab40.267941.675214.0873

#a03e4a color RGB value is (160,62,74).

#a03e4a hex color red value is 160, green value is 62 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a03e4a hue: 0.98 , saturation: 0.44 and the lightness value of a03e4a is 0.44.

The process color (four color CMYK) of #a03e4a color hex is 0.00, 0.61, 0.54, 0.37. Web safe color of #a03e4a is #993333. Color #a03e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 01001010
Octal 240 76 112
Decimal 160 62 74
Hex A0 3E 4A

RGB Percentages of Color #a03e4a

%54.05
%20.95
%25.00

CMYK Percentages of Color #a03e4a

%0
%61
%54
%37

Triadic Colors of #a03e4a

#a03e4a #4aa03e #3e4aa0

Analogous Colors of #a03e4a

#a03e4a #a0633e #a03e7b

Monochromatic Colors of #a03e4a

#a03e4a

Complementary Color

#a03e4a #3ea094

#a03e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03e4a Color CSS Codes

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

#a03e4a Text Font Color

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

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


#a03e4a Background Color

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

This div background color is #a03e4a


#a03e4a Border Color

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

This div border color is #a03e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03e4a


Comments

No comments written yet.

Please login to write comment.