Color Hex Logo

#a0789e Color Hex

#A0789E
(160,120,158)
0 Favorites   0 Comments

Color spaces of #a0789e

RGB 160120158
HSL0.840.170.55
HSV303°25°63°
CMYK 0.000.250.01   0.37
XYZ27.385223.375135.4162
Yxy23.37510.31780.2712
Hunter Lab48.347816.4975-9.5882
CIE-Lab55.456622.2369-14.3437

#a0789e color RGB value is (160,120,158).

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

The process color (four color CMYK) of #a0789e color hex is 0.00, 0.25, 0.01, 0.37. Web safe color of #a0789e is #996699. Color #a0789e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 10011110
Octal 240 170 236
Decimal 160 120 158
Hex A0 78 9E

RGB Percentages of Color #a0789e

%36.53
%27.40
%36.07

CMYK Percentages of Color #a0789e

%0
%25
%1
%37

Triadic Colors of #a0789e

#a0789e #9ea078 #789ea0

Analogous Colors of #a0789e

#a0789e #a0788a #8e78a0

Monochromatic Colors of #a0789e

#a0789e

Complementary Color

#a0789e #78a07a

#a0789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0789e Color CSS Codes

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

#a0789e Text Font Color

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

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


#a0789e Background Color

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

This div background color is #a0789e


#a0789e Border Color

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

This div border color is #a0789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0789e


Comments

No comments written yet.

Please login to write comment.