Color Hex Logo

#a0688e Color Hex

#A0688E
(160,104,142)
0 Favorites   0 Comments

Color spaces of #a0688e

RGB 160104142
HSL0.890.230.52
HSV319°35°63°
CMYK 0.000.350.11   0.37
XYZ24.330019.327228.0394
Yxy19.32720.33930.2696
Hunter Lab43.962721.8514-7.0412
CIE-Lab51.067828.3859-11.6085

#a0688e color RGB value is (160,104,142).

#a0688e hex color red value is 160, green value is 104 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0688e hue: 0.89 , saturation: 0.23 and the lightness value of a0688e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10001110
Octal 240 150 216
Decimal 160 104 142
Hex A0 68 8E

RGB Percentages of Color #a0688e

%39.41
%25.62
%34.98

CMYK Percentages of Color #a0688e

%0
%35
%11
%37

Triadic Colors of #a0688e

#a0688e #8ea068 #688ea0

Analogous Colors of #a0688e

#a0688e #a06872 #9668a0

Monochromatic Colors of #a0688e

#a0688e

Complementary Color

#a0688e #68a07a

#a0688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0688e Color CSS Codes

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

#a0688e Text Font Color

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

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


#a0688e Background Color

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

This div background color is #a0688e


#a0688e Border Color

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

This div border color is #a0688e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,104,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 #a0688e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0688e


Comments

No comments written yet.

Please login to write comment.