Color Hex Logo

#a78aea Color Hex

#A78AEA
(167,138,234)
0 Favorites   0 Comments

Color spaces of #a78aea

RGB 167138234
HSL0.720.700.73
HSV258°41°92°
CMYK 0.290.410.00   0.08
XYZ39.876132.333081.9811
Yxy32.33300.25860.2097
Hunter Lab56.862125.6693-45.6780
CIE-Lab63.617231.1297-44.6773

#a78aea color RGB value is (167,138,234).

#a78aea hex color red value is 167, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a78aea hue: 0.72 , saturation: 0.70 and the lightness value of a78aea is 0.73.

The process color (four color CMYK) of #a78aea color hex is 0.29, 0.41, 0.00, 0.08. Web safe color of #a78aea is #9999ff. Color #a78aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11101010
Octal 247 212 352
Decimal 167 138 234
Hex A7 8A EA

RGB Percentages of Color #a78aea

%30.98
%25.60
%43.41

CMYK Percentages of Color #a78aea

%29
%41
%0
%8

Triadic Colors of #a78aea

#a78aea #eaa78a #8aeaa7

Analogous Colors of #a78aea

#a78aea #d78aea #8a9dea

Monochromatic Colors of #a78aea

#a78aea

Complementary Color

#a78aea #cdea8a

#a78aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78aea Color CSS Codes

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

#a78aea Text Font Color

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

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


#a78aea Background Color

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

This div background color is #a78aea


#a78aea Border Color

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

This div border color is #a78aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78aea


Comments

No comments written yet.

Please login to write comment.