Color Hex Logo

#a0737c Color Hex

#A0737C
(160,115,124)
0 Favorites   0 Comments

Color spaces of #a0737c

RGB 160115124
HSL0.970.190.54
HSV348°28°63°
CMYK 0.000.280.23   0.37
XYZ24.266021.190321.8800
Yxy21.19030.36040.3147
Hunter Lab46.032913.53774.0418
CIE-Lab53.157119.10162.0909

#a0737c color RGB value is (160,115,124).

#a0737c hex color red value is 160, green value is 115 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a0737c hue: 0.97 , saturation: 0.19 and the lightness value of a0737c is 0.54.

The process color (four color CMYK) of #a0737c color hex is 0.00, 0.28, 0.23, 0.37. Web safe color of #a0737c is #996666. Color #a0737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 01111100
Octal 240 163 174
Decimal 160 115 124
Hex A0 73 7C

RGB Percentages of Color #a0737c

%40.10
%28.82
%31.08

CMYK Percentages of Color #a0737c

%0
%28
%23
%37

Triadic Colors of #a0737c

#a0737c #7ca073 #737ca0

Analogous Colors of #a0737c

#a0737c #a08173 #a07393

Monochromatic Colors of #a0737c

#a0737c

Complementary Color

#a0737c #73a097

#a0737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0737c Color CSS Codes

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

#a0737c Text Font Color

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

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


#a0737c Background Color

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

This div background color is #a0737c


#a0737c Border Color

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

This div border color is #a0737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0737c


Comments

No comments written yet.

Please login to write comment.