Color Hex Logo

#a78dbf Color Hex

#A78DBF
(167,141,191)
0 Favorites   0 Comments

Color spaces of #a78dbf

RGB 167141191
HSL0.750.280.65
HSV271°26°75°
CMYK 0.130.260.00   0.25
XYZ34.865231.026853.4414
Yxy31.02680.29220.2600
Hunter Lab55.701714.2500-17.8929
CIE-Lab62.530319.4291-22.3651

#a78dbf color RGB value is (167,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 10111111
Octal 247 215 277
Decimal 167 141 191
Hex A7 8D BF

RGB Percentages of Color #a78dbf

%33.47
%28.26
%38.28

CMYK Percentages of Color #a78dbf

%13
%26
%0
%25

Triadic Colors of #a78dbf

#a78dbf #bfa78d #8dbfa7

Analogous Colors of #a78dbf

#a78dbf #bf8dbe #8e8dbf

Monochromatic Colors of #a78dbf

#a78dbf

Complementary Color

#a78dbf #a5bf8d

#a78dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78dbf Color CSS Codes

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

#a78dbf Text Font Color

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

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


#a78dbf Background Color

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

This div background color is #a78dbf


#a78dbf Border Color

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

This div border color is #a78dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78dbf


Comments

No comments written yet.

Please login to write comment.