Color Hex Logo

#a78bac Color Hex

#A78BAC
(167,139,172)
0 Favorites   0 Comments

Color spaces of #a78bac

RGB 167139172
HSL0.810.170.61
HSV291°19°67°
CMYK 0.030.190.00   0.33
XYZ32.615429.659343.0355
Yxy29.65930.30970.2816
Hunter Lab54.460411.5951-8.7297
CIE-Lab61.359116.6065-13.3972

#a78bac color RGB value is (167,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 10101100
Octal 247 213 254
Decimal 167 139 172
Hex A7 8B AC

RGB Percentages of Color #a78bac

%34.94
%29.08
%35.98

CMYK Percentages of Color #a78bac

%3
%19
%0
%33

Triadic Colors of #a78bac

#a78bac #aca78b #8baca7

Analogous Colors of #a78bac

#a78bac #ac8ba1 #978bac

Monochromatic Colors of #a78bac

#a78bac

Complementary Color

#a78bac #90ac8b

#a78bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78bac Color CSS Codes

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

#a78bac Text Font Color

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

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


#a78bac Background Color

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

This div background color is #a78bac


#a78bac Border Color

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

This div border color is #a78bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78bac


Comments

No comments written yet.

Please login to write comment.