Color Hex Logo

#a78fae Color Hex

#A78FAE
(167,143,174)
0 Favorites   0 Comments

Color spaces of #a78fae

RGB 167143174
HSL0.800.160.62
HSV286°18°68°
CMYK 0.040.180.00   0.32
XYZ33.398830.916444.2516
Yxy30.91640.30760.2848
Hunter Lab55.60259.9153-8.2645
CIE-Lab62.437014.7411-12.9086

#a78fae color RGB value is (167,143,174).

#a78fae hex color red value is 167, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a78fae hue: 0.80 , saturation: 0.16 and the lightness value of a78fae is 0.62.

The process color (four color CMYK) of #a78fae color hex is 0.04, 0.18, 0.00, 0.32. Web safe color of #a78fae is #999999. Color #a78fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001111 10101110
Octal 247 217 256
Decimal 167 143 174
Hex A7 8F AE

RGB Percentages of Color #a78fae

%34.50
%29.55
%35.95

CMYK Percentages of Color #a78fae

%4
%18
%0
%32

Triadic Colors of #a78fae

#a78fae #aea78f #8faea7

Analogous Colors of #a78fae

#a78fae #ae8fa6 #988fae

Monochromatic Colors of #a78fae

#a78fae

Complementary Color

#a78fae #96ae8f

#a78fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78fae Color CSS Codes

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

#a78fae Text Font Color

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

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


#a78fae Background Color

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

This div background color is #a78fae


#a78fae Border Color

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

This div border color is #a78fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78fae


Comments

No comments written yet.

Please login to write comment.