Color Hex Logo

#a8667e Color Hex

#A8667E
(168,102,126)
0 Favorites   0 Comments

Color spaces of #a8667e

RGB 168102126
HSL0.940.280.53
HSV338°39°66°
CMYK 0.000.390.25   0.34
XYZ24.665719.333922.1705
Yxy19.33390.37280.2922
Hunter Lab43.970323.18370.8843
CIE-Lab51.075629.8059-2.0141

#a8667e color RGB value is (168,102,126).

#a8667e hex color red value is 168, green value is 102 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a8667e hue: 0.94 , saturation: 0.28 and the lightness value of a8667e is 0.53.

The process color (four color CMYK) of #a8667e color hex is 0.00, 0.39, 0.25, 0.34. Web safe color of #a8667e is #996666. Color #a8667e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100110 01111110
Octal 250 146 176
Decimal 168 102 126
Hex A8 66 7E

RGB Percentages of Color #a8667e

%42.42
%25.76
%31.82

CMYK Percentages of Color #a8667e

%0
%39
%25
%34

Triadic Colors of #a8667e

#a8667e #7ea866 #667ea8

Analogous Colors of #a8667e

#a8667e #a86f66 #a8669f

Monochromatic Colors of #a8667e

#a8667e

Complementary Color

#a8667e #66a890

#a8667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8667e Color CSS Codes

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

#a8667e Text Font Color

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

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


#a8667e Background Color

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

This div background color is #a8667e


#a8667e Border Color

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

This div border color is #a8667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8667e


Comments

No comments written yet.

Please login to write comment.