Color Hex Logo

#a8679c Color Hex

#A8679C
(168,103,156)
0 Favorites   0 Comments

Color spaces of #a8679c

RGB 168103156
HSL0.860.270.53
HSV311°39°66°
CMYK 0.000.390.07   0.34
XYZ26.999420.425633.9720
Yxy20.42560.33170.2509
Hunter Lab45.194727.5456-12.9309
CIE-Lab52.315034.2201-17.8646

#a8679c color RGB value is (168,103,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 10011100
Octal 250 147 234
Decimal 168 103 156
Hex A8 67 9C

RGB Percentages of Color #a8679c

%39.34
%24.12
%36.53

CMYK Percentages of Color #a8679c

%0
%39
%7
%34

Triadic Colors of #a8679c

#a8679c #9ca867 #679ca8

Analogous Colors of #a8679c

#a8679c #a8677c #9467a8

Monochromatic Colors of #a8679c

#a8679c

Complementary Color

#a8679c #67a873

#a8679c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8679c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8679c Color CSS Codes

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

#a8679c Text Font Color

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

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


#a8679c Background Color

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

This div background color is #a8679c


#a8679c Border Color

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

This div border color is #a8679c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,103,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8679c


Comments

No comments written yet.

Please login to write comment.