Color Hex Logo

#a0768e Color Hex

#A0768E
(160,118,142)
0 Favorites   0 Comments

Color spaces of #a0768e

RGB 160118142
HSL0.900.180.55
HSV326°26°63°
CMYK 0.000.260.11   0.37
XYZ25.858122.383428.5488
Yxy22.38340.33670.2915
Hunter Lab47.311114.7656-2.6594
CIE-Lab54.431520.3995-6.5751

#a0768e color RGB value is (160,118,142).

#a0768e hex color red value is 160, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0768e hue: 0.90 , saturation: 0.18 and the lightness value of a0768e is 0.55.

The process color (four color CMYK) of #a0768e color hex is 0.00, 0.26, 0.11, 0.37. Web safe color of #a0768e is #996699. Color #a0768e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 10001110
Octal 240 166 216
Decimal 160 118 142
Hex A0 76 8E

RGB Percentages of Color #a0768e

%38.10
%28.10
%33.81

CMYK Percentages of Color #a0768e

%0
%26
%11
%37

Triadic Colors of #a0768e

#a0768e #8ea076 #768ea0

Analogous Colors of #a0768e

#a0768e #a07679 #9d76a0

Monochromatic Colors of #a0768e

#a0768e

Complementary Color

#a0768e #76a088

#a0768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0768e Color CSS Codes

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

#a0768e Text Font Color

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

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


#a0768e Background Color

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

This div background color is #a0768e


#a0768e Border Color

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

This div border color is #a0768e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0768e


Comments

No comments written yet.

Please login to write comment.