Color Hex Logo

#a78dbd Color Hex

#A78DBD
(167,141,189)
0 Favorites   0 Comments

Color spaces of #a78dbd

RGB 167141189
HSL0.760.270.65
HSV273°25°74°
CMYK 0.120.250.00   0.26
XYZ34.646530.939452.2899
Yxy30.93940.29390.2625
Hunter Lab55.623213.8432-16.8007
CIE-Lab62.456418.9973-21.3510

#a78dbd color RGB value is (167,141,189).

#a78dbd hex color red value is 167, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a78dbd hue: 0.76 , saturation: 0.27 and the lightness value of a78dbd is 0.65.

The process color (four color CMYK) of #a78dbd color hex is 0.12, 0.25, 0.00, 0.26. Web safe color of #a78dbd is #9999cc. Color #a78dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 10111101
Octal 247 215 275
Decimal 167 141 189
Hex A7 8D BD

RGB Percentages of Color #a78dbd

%33.60
%28.37
%38.03

CMYK Percentages of Color #a78dbd

%12
%25
%0
%26

Triadic Colors of #a78dbd

#a78dbd #bda78d #8dbda7

Analogous Colors of #a78dbd

#a78dbd #bd8dbb #8f8dbd

Monochromatic Colors of #a78dbd

#a78dbd

Complementary Color

#a78dbd #a3bd8d

#a78dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78dbd Color CSS Codes

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

#a78dbd Text Font Color

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

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


#a78dbd Background Color

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

This div background color is #a78dbd


#a78dbd Border Color

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

This div border color is #a78dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78dbd


Comments

No comments written yet.

Please login to write comment.