Color Hex Logo

#a78eab Color Hex

#A78EAB
(167,142,171)
0 Favorites   0 Comments

Color spaces of #a78eab

RGB 167142171
HSL0.810.150.61
HSV292°17°67°
CMYK 0.020.170.00   0.33
XYZ32.960030.501842.6783
Yxy30.50180.31050.2874
Hunter Lab55.22849.8780-7.1570
CIE-Lab62.084814.7072-11.7389

#a78eab color RGB value is (167,142,171).

#a78eab hex color red value is 167, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a78eab hue: 0.81 , saturation: 0.15 and the lightness value of a78eab is 0.61.

The process color (four color CMYK) of #a78eab color hex is 0.02, 0.17, 0.00, 0.33. Web safe color of #a78eab is #999999. Color #a78eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 10101011
Octal 247 216 253
Decimal 167 142 171
Hex A7 8E AB

RGB Percentages of Color #a78eab

%34.79
%29.58
%35.63

CMYK Percentages of Color #a78eab

%2
%17
%0
%33

Triadic Colors of #a78eab

#a78eab #aba78e #8eaba7

Analogous Colors of #a78eab

#a78eab #ab8ea1 #998eab

Monochromatic Colors of #a78eab

#a78eab

Complementary Color

#a78eab #92ab8e

#a78eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78eab Color CSS Codes

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

#a78eab Text Font Color

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

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


#a78eab Background Color

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

This div background color is #a78eab


#a78eab Border Color

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

This div border color is #a78eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78eab


Comments

No comments written yet.

Please login to write comment.