Color Hex Logo

#a78baa Color Hex

#A78BAA
(167,139,170)
0 Favorites   0 Comments

Color spaces of #a78baa

RGB 167139170
HSL0.820.150.61
HSV294°18°67°
CMYK 0.020.180.00   0.33
XYZ32.424729.583042.0313
Yxy29.58300.31170.2843
Hunter Lab54.390311.2297-7.7445
CIE-Lab61.292716.2091-12.3611

#a78baa color RGB value is (167,139,170).

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

The process color (four color CMYK) of #a78baa color hex is 0.02, 0.18, 0.00, 0.33. Web safe color of #a78baa is #999999. Color #a78baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001011 10101010
Octal 247 213 252
Decimal 167 139 170
Hex A7 8B AA

RGB Percentages of Color #a78baa

%35.08
%29.20
%35.71

CMYK Percentages of Color #a78baa

%2
%18
%0
%33

Triadic Colors of #a78baa

#a78baa #aaa78b #8baaa7

Analogous Colors of #a78baa

#a78baa #aa8b9e #988baa

Monochromatic Colors of #a78baa

#a78baa

Complementary Color

#a78baa #8eaa8b

#a78baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78baa Color CSS Codes

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

#a78baa Text Font Color

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

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


#a78baa Background Color

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

This div background color is #a78baa


#a78baa Border Color

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

This div border color is #a78baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78baa


Comments

No comments written yet.

Please login to write comment.