Color Hex Logo

#a0374e Color Hex

#A0374E
(160,55,78)
0 Favorites   0 Comments

Color spaces of #a0374e

RGB 1605578
HSL0.960.490.42
HSV347°66°63°
CMYK 0.000.660.51   0.37
XYZ17.238510.75608.3753
Yxy10.75600.47400.2957
Hunter Lab32.796336.43007.8164
CIE-Lab39.166445.237910.0575

#a0374e color RGB value is (160,55,78).

#a0374e hex color red value is 160, green value is 55 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a0374e hue: 0.96 , saturation: 0.49 and the lightness value of a0374e is 0.42.

The process color (four color CMYK) of #a0374e color hex is 0.00, 0.66, 0.51, 0.37. Web safe color of #a0374e is #993366. Color #a0374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 01001110
Octal 240 67 116
Decimal 160 55 78
Hex A0 37 4E

RGB Percentages of Color #a0374e

%54.61
%18.77
%26.62

CMYK Percentages of Color #a0374e

%0
%66
%51
%37

Triadic Colors of #a0374e

#a0374e #4ea037 #374ea0

Analogous Colors of #a0374e

#a0374e #a05537 #a03783

Monochromatic Colors of #a0374e

#a0374e

Complementary Color

#a0374e #37a089

#a0374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0374e Color CSS Codes

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

#a0374e Text Font Color

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

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


#a0374e Background Color

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

This div background color is #a0374e


#a0374e Border Color

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

This div border color is #a0374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0374e


Comments

No comments written yet.

Please login to write comment.