Color Hex Logo

#a8738c Color Hex

#A8738C
(168,115,140)
0 Favorites   0 Comments

Color spaces of #a8738c

RGB 168115140
HSL0.920.230.55
HSV332°32°66°
CMYK 0.000.320.17   0.34
XYZ27.012822.479727.7262
Yxy22.47970.34980.2911
Hunter Lab47.412818.7257-1.4829
CIE-Lab54.532324.7172-5.1597

#a8738c color RGB value is (168,115,140).

#a8738c hex color red value is 168, green value is 115 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a8738c hue: 0.92 , saturation: 0.23 and the lightness value of a8738c is 0.55.

The process color (four color CMYK) of #a8738c color hex is 0.00, 0.32, 0.17, 0.34. Web safe color of #a8738c is #996699. Color #a8738c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 10001100
Octal 250 163 214
Decimal 168 115 140
Hex A8 73 8C

RGB Percentages of Color #a8738c

%39.72
%27.19
%33.10

CMYK Percentages of Color #a8738c

%0
%32
%17
%34

Triadic Colors of #a8738c

#a8738c #8ca873 #738ca8

Analogous Colors of #a8738c

#a8738c #a87573 #a873a7

Monochromatic Colors of #a8738c

#a8738c

Complementary Color

#a8738c #73a88f

#a8738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8738c Color CSS Codes

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

#a8738c Text Font Color

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

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


#a8738c Background Color

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

This div background color is #a8738c


#a8738c Border Color

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

This div border color is #a8738c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8738c


Comments

No comments written yet.

Please login to write comment.