Color Hex Logo

#a78ebb Color Hex

#A78EBB
(167,142,187)
0 Favorites   0 Comments

Color spaces of #a78ebb

RGB 167142187
HSL0.760.250.65
HSV273°24°73°
CMYK 0.110.240.00   0.27
XYZ34.579031.149351.2036
Yxy31.14930.29570.2664
Hunter Lab55.811612.9225-15.3268
CIE-Lab62.633518.0022-19.9536

#a78ebb color RGB value is (167,142,187).

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

The process color (four color CMYK) of #a78ebb color hex is 0.11, 0.24, 0.00, 0.27. Web safe color of #a78ebb is #9999cc. Color #a78ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 10111011
Octal 247 216 273
Decimal 167 142 187
Hex A7 8E BB

RGB Percentages of Color #a78ebb

%33.67
%28.63
%37.70

CMYK Percentages of Color #a78ebb

%11
%24
%0
%27

Triadic Colors of #a78ebb

#a78ebb #bba78e #8ebba7

Analogous Colors of #a78ebb

#a78ebb #bb8eb9 #918ebb

Monochromatic Colors of #a78ebb

#a78ebb

Complementary Color

#a78ebb #a2bb8e

#a78ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ebb Color CSS Codes

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

#a78ebb Text Font Color

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

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


#a78ebb Background Color

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

This div background color is #a78ebb


#a78ebb Border Color

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

This div border color is #a78ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ebb


Comments

No comments written yet.

Please login to write comment.