Color Hex Logo

#a78dac Color Hex

#A78DAC
(167,141,172)
0 Favorites   0 Comments

Color spaces of #a78dac

RGB 167141172
HSL0.810.160.61
HSV290°18°67°
CMYK 0.030.180.00   0.33
XYZ32.907630.243843.1329
Yxy30.24380.30960.2846
Hunter Lab54.994410.5709-8.0060
CIE-Lab61.864015.4726-12.6374

#a78dac color RGB value is (167,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 10101100
Octal 247 215 254
Decimal 167 141 172
Hex A7 8D AC

RGB Percentages of Color #a78dac

%34.79
%29.38
%35.83

CMYK Percentages of Color #a78dac

%3
%18
%0
%33

Triadic Colors of #a78dac

#a78dac #aca78d #8daca7

Analogous Colors of #a78dac

#a78dac #ac8da2 #988dac

Monochromatic Colors of #a78dac

#a78dac

Complementary Color

#a78dac #92ac8d

#a78dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78dac Color CSS Codes

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

#a78dac Text Font Color

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

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


#a78dac Background Color

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

This div background color is #a78dac


#a78dac Border Color

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

This div border color is #a78dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78dac


Comments

No comments written yet.

Please login to write comment.