Color Hex Logo

#a78cac Color Hex

#A78CAC
(167,140,172)
0 Favorites   0 Comments

Color spaces of #a78cac

RGB 167140172
HSL0.810.160.61
HSV291°19°67°
CMYK 0.030.190.00   0.33
XYZ32.760829.950243.0840
Yxy29.95020.30970.2831
Hunter Lab54.726811.0827-8.3677
CIE-Lab61.611216.0393-13.0177

#a78cac color RGB value is (167,140,172).

#a78cac hex color red value is 167, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a78cac hue: 0.81 , saturation: 0.16 and the lightness value of a78cac is 0.61.

The process color (four color CMYK) of #a78cac color hex is 0.03, 0.19, 0.00, 0.33. Web safe color of #a78cac is #999999. Color #a78cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 10101100
Octal 247 214 254
Decimal 167 140 172
Hex A7 8C AC

RGB Percentages of Color #a78cac

%34.86
%29.23
%35.91

CMYK Percentages of Color #a78cac

%3
%19
%0
%33

Triadic Colors of #a78cac

#a78cac #aca78c #8caca7

Analogous Colors of #a78cac

#a78cac #ac8ca1 #978cac

Monochromatic Colors of #a78cac

#a78cac

Complementary Color

#a78cac #91ac8c

#a78cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78cac Color CSS Codes

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

#a78cac Text Font Color

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

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


#a78cac Background Color

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

This div background color is #a78cac


#a78cac Border Color

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

This div border color is #a78cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78cac


Comments

No comments written yet.

Please login to write comment.