Color Hex Logo

#a78cbf Color Hex

#A78CBF
(167,140,191)
0 Favorites   0 Comments

Color spaces of #a78cbf

RGB 167140191
HSL0.750.280.65
HSV272°27°75°
CMYK 0.130.270.00   0.25
XYZ34.718430.733253.3925
Yxy30.73320.29210.2586
Hunter Lab55.437514.7720-18.2966
CIE-Lab62.281819.9972-22.7454

#a78cbf color RGB value is (167,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 10111111
Octal 247 214 277
Decimal 167 140 191
Hex A7 8C BF

RGB Percentages of Color #a78cbf

%33.53
%28.11
%38.35

CMYK Percentages of Color #a78cbf

%13
%27
%0
%25

Triadic Colors of #a78cbf

#a78cbf #bfa78c #8cbfa7

Analogous Colors of #a78cbf

#a78cbf #bf8cbe #8e8cbf

Monochromatic Colors of #a78cbf

#a78cbf

Complementary Color

#a78cbf #a4bf8c

#a78cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78cbf Color CSS Codes

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

#a78cbf Text Font Color

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

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


#a78cbf Background Color

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

This div background color is #a78cbf


#a78cbf Border Color

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

This div border color is #a78cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78cbf


Comments

No comments written yet.

Please login to write comment.