Color Hex Logo

#a78faa Color Hex

#A78FAA
(167,143,170)
0 Favorites   0 Comments

Color spaces of #a78faa

RGB 167143170
HSL0.810.140.61
HSV293°16°67°
CMYK 0.020.160.00   0.33
XYZ33.014530.762742.2280
Yxy30.76270.31140.2902
Hunter Lab55.46419.1882-6.3160
CIE-Lab62.306813.9438-10.8395

#a78faa color RGB value is (167,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001111 10101010
Octal 247 217 252
Decimal 167 143 170
Hex A7 8F AA

RGB Percentages of Color #a78faa

%34.79
%29.79
%35.42

CMYK Percentages of Color #a78faa

%2
%16
%0
%33

Triadic Colors of #a78faa

#a78faa #aaa78f #8faaa7

Analogous Colors of #a78faa

#a78faa #aa8fa0 #9a8faa

Monochromatic Colors of #a78faa

#a78faa

Complementary Color

#a78faa #92aa8f

#a78faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78faa Color CSS Codes

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

#a78faa Text Font Color

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

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


#a78faa Background Color

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

This div background color is #a78faa


#a78faa Border Color

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

This div border color is #a78faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78faa


Comments

No comments written yet.

Please login to write comment.