Color Hex Logo

#a78daf Color Hex

#A78DAF
(167,141,175)
0 Favorites   0 Comments

Color spaces of #a78daf

RGB 167141175
HSL0.790.180.62
HSV286°19°69°
CMYK 0.050.190.00   0.31
XYZ33.199130.360444.6678
Yxy30.36040.30680.2805
Hunter Lab55.100311.1246-9.4941
CIE-Lab61.963916.0755-14.1872

#a78daf color RGB value is (167,141,175).

#a78daf hex color red value is 167, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a78daf hue: 0.79 , saturation: 0.18 and the lightness value of a78daf is 0.62.

The process color (four color CMYK) of #a78daf color hex is 0.05, 0.19, 0.00, 0.31. Web safe color of #a78daf is #999999. Color #a78daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 10101111
Octal 247 215 257
Decimal 167 141 175
Hex A7 8D AF

RGB Percentages of Color #a78daf

%34.58
%29.19
%36.23

CMYK Percentages of Color #a78daf

%5
%19
%0
%31

Triadic Colors of #a78daf

#a78daf #afa78d #8dafa7

Analogous Colors of #a78daf

#a78daf #af8da6 #968daf

Monochromatic Colors of #a78daf

#a78daf

Complementary Color

#a78daf #95af8d

#a78daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78daf Color CSS Codes

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

#a78daf Text Font Color

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

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


#a78daf Background Color

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

This div background color is #a78daf


#a78daf Border Color

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

This div border color is #a78daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78daf

#a78daf Color Palettes


Comments

No comments written yet.

Please login to write comment.