Color Hex Logo

#a8678e Color Hex

#A8678E
(168,103,142)
0 Favorites   0 Comments

Color spaces of #a8678e

RGB 168103142
HSL0.900.270.53
HSV324°39°66°
CMYK 0.000.390.15   0.34
XYZ25.881219.978328.0833
Yxy19.97830.35000.2702
Hunter Lab44.697125.1379-5.9641
CIE-Lab51.812731.7838-10.3907

#a8678e color RGB value is (168,103,142).

#a8678e hex color red value is 168, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a8678e hue: 0.90 , saturation: 0.27 and the lightness value of a8678e is 0.53.

The process color (four color CMYK) of #a8678e color hex is 0.00, 0.39, 0.15, 0.34. Web safe color of #a8678e is #996699. Color #a8678e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 10001110
Octal 250 147 216
Decimal 168 103 142
Hex A8 67 8E

RGB Percentages of Color #a8678e

%40.68
%24.94
%34.38

CMYK Percentages of Color #a8678e

%0
%39
%15
%34

Triadic Colors of #a8678e

#a8678e #8ea867 #678ea8

Analogous Colors of #a8678e

#a8678e #a8676e #a267a8

Monochromatic Colors of #a8678e

#a8678e

Complementary Color

#a8678e #67a881

#a8678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8678e Color CSS Codes

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

#a8678e Text Font Color

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

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


#a8678e Background Color

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

This div background color is #a8678e


#a8678e Border Color

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

This div border color is #a8678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8678e


Comments

No comments written yet.

Please login to write comment.