Color Hex Logo

#a78fac Color Hex

#A78FAC
(167,143,172)
0 Favorites   0 Comments

Color spaces of #a78fac

RGB 167143172
HSL0.800.150.62
HSV290°17°67°
CMYK 0.030.170.00   0.33
XYZ33.205230.839043.2321
Yxy30.83900.30950.2875
Hunter Lab55.53299.5494-7.2840
CIE-Lab62.371514.3404-11.8750

#a78fac color RGB value is (167,143,172).

#a78fac hex color red value is 167, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a78fac hue: 0.80 , saturation: 0.15 and the lightness value of a78fac is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001111 10101100
Octal 247 217 254
Decimal 167 143 172
Hex A7 8F AC

RGB Percentages of Color #a78fac

%34.65
%29.67
%35.68

CMYK Percentages of Color #a78fac

%3
%17
%0
%33

Triadic Colors of #a78fac

#a78fac #aca78f #8faca7

Analogous Colors of #a78fac

#a78fac #ac8fa3 #998fac

Monochromatic Colors of #a78fac

#a78fac

Complementary Color

#a78fac #94ac8f

#a78fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78fac Color CSS Codes

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

#a78fac Text Font Color

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

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


#a78fac Background Color

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

This div background color is #a78fac


#a78fac Border Color

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

This div border color is #a78fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78fac


Comments

No comments written yet.

Please login to write comment.