Color Hex Logo

#a03f42 Color Hex

#A03F42
(160,63,66)
0 Favorites   0 Comments

Color spaces of #a03f42

RGB 1606366
HSL0.990.430.44
HSV358°61°63°
CMYK 0.000.610.59   0.37
XYZ17.258111.42196.4493
Yxy11.42190.49130.3251
Hunter Lab33.796332.007612.3432
CIE-Lab40.282240.536019.0766

#a03f42 color RGB value is (160,63,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 01000010
Octal 240 77 102
Decimal 160 63 66
Hex A0 3F 42

RGB Percentages of Color #a03f42

%55.36
%21.80
%22.84

CMYK Percentages of Color #a03f42

%0
%61
%59
%37

Triadic Colors of #a03f42

#a03f42 #42a03f #3f42a0

Analogous Colors of #a03f42

#a03f42 #a06d3f #a03f73

Monochromatic Colors of #a03f42

#a03f42

Complementary Color

#a03f42 #3fa09d

#a03f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03f42 Color CSS Codes

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

#a03f42 Text Font Color

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

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


#a03f42 Background Color

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

This div background color is #a03f42


#a03f42 Border Color

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

This div border color is #a03f42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03f42


Comments

No comments written yet.

Please login to write comment.