Color Hex Logo

#a03f35 Color Hex

#A03F35
(160,63,53)
0 Favorites   0 Comments

Color spaces of #a03f35

RGB 1606353
HSL0.020.500.42
HSV67°63°
CMYK 0.000.610.67   0.37
XYZ16.917311.28564.6549
Yxy11.28560.51490.3435
Hunter Lab33.594031.099515.3004
CIE-Lab40.057439.628726.7180

#a03f35 color RGB value is (160,63,53).

#a03f35 hex color red value is 160, green value is 63 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a03f35 hue: 0.02 , saturation: 0.50 and the lightness value of a03f35 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 00110101
Octal 240 77 65
Decimal 160 63 53
Hex A0 3F 35

RGB Percentages of Color #a03f35

%57.97
%22.83
%19.20

CMYK Percentages of Color #a03f35

%0
%61
%67
%37

Triadic Colors of #a03f35

#a03f35 #35a03f #3f35a0

Analogous Colors of #a03f35

#a03f35 #a07535 #a03561

Monochromatic Colors of #a03f35

#a03f35

Complementary Color

#a03f35 #3596a0

#a03f35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03f35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03f35 Color CSS Codes

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

#a03f35 Text Font Color

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

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


#a03f35 Background Color

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

This div background color is #a03f35


#a03f35 Border Color

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

This div border color is #a03f35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03f35


Comments

No comments written yet.

Please login to write comment.