Color Hex Logo

#a0787f Color Hex

#A0787F
(160,120,127)
0 Favorites   0 Comments

Color spaces of #a0787f

RGB 160120127
HSL0.970.170.55
HSV350°25°63°
CMYK 0.000.250.21   0.37
XYZ25.044422.438823.0898
Yxy22.43880.35490.3180
Hunter Lab47.369611.47654.2585
CIE-Lab54.489516.71462.2676

#a0787f color RGB value is (160,120,127).

#a0787f hex color red value is 160, green value is 120 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a0787f hue: 0.97 , saturation: 0.17 and the lightness value of a0787f is 0.55.

The process color (four color CMYK) of #a0787f color hex is 0.00, 0.25, 0.21, 0.37. Web safe color of #a0787f is #996666. Color #a0787f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 01111111
Octal 240 170 177
Decimal 160 120 127
Hex A0 78 7F

RGB Percentages of Color #a0787f

%39.31
%29.48
%31.20

CMYK Percentages of Color #a0787f

%0
%25
%21
%37

Triadic Colors of #a0787f

#a0787f #7fa078 #787fa0

Analogous Colors of #a0787f

#a0787f #a08578 #a07893

Monochromatic Colors of #a0787f

#a0787f

Complementary Color

#a0787f #78a099

#a0787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0787f Color CSS Codes

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

#a0787f Text Font Color

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

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


#a0787f Background Color

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

This div background color is #a0787f


#a0787f Border Color

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

This div border color is #a0787f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0787f


Comments

No comments written yet.

Please login to write comment.