Color Hex Logo

#a78cad Color Hex

#A78CAD
(167,140,173)
0 Favorites   0 Comments

Color spaces of #a78cad

RGB 167140173
HSL0.800.170.61
HSV289°19°68°
CMYK 0.030.190.00   0.32
XYZ32.857329.988843.5918
Yxy29.98880.30870.2817
Hunter Lab54.762011.2667-8.8627
CIE-Lab61.644616.2396-13.5349

#a78cad color RGB value is (167,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 10101101
Octal 247 214 255
Decimal 167 140 173
Hex A7 8C AD

RGB Percentages of Color #a78cad

%34.79
%29.17
%36.04

CMYK Percentages of Color #a78cad

%3
%19
%0
%32

Triadic Colors of #a78cad

#a78cad #ada78c #8cada7

Analogous Colors of #a78cad

#a78cad #ad8ca3 #978cad

Monochromatic Colors of #a78cad

#a78cad

Complementary Color

#a78cad #92ad8c

#a78cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78cad Color CSS Codes

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

#a78cad Text Font Color

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

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


#a78cad Background Color

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

This div background color is #a78cad


#a78cad Border Color

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

This div border color is #a78cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78cad


Comments

No comments written yet.

Please login to write comment.