Color Hex Logo

#a78afe Color Hex

#A78AFE
(167,138,254)
0 Favorites   0 Comments

Color spaces of #a78afe

RGB 167138254
HSL0.710.980.77
HSV255°46°100°
CMYK 0.340.460.00   0.00
XYZ42.914233.548297.9796
Yxy33.54820.24600.1923
Hunter Lab57.920830.8913-59.7512
CIE-Lab64.602436.1575-54.1184

#a78afe color RGB value is (167,138,254).

#a78afe hex color red value is 167, green value is 138 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a78afe hue: 0.71 , saturation: 0.98 and the lightness value of a78afe is 0.77.

The process color (four color CMYK) of #a78afe color hex is 0.34, 0.46, 0.00, 0.00. Web safe color of #a78afe is #9999ff. Color #a78afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11111110
Octal 247 212 376
Decimal 167 138 254
Hex A7 8A FE

RGB Percentages of Color #a78afe

%29.87
%24.69
%45.44

CMYK Percentages of Color #a78afe

%34
%46
%0
%0

Triadic Colors of #a78afe

#a78afe #fea78a #8afea7

Analogous Colors of #a78afe

#a78afe #e18afe #8aa7fe

Monochromatic Colors of #a78afe

#a78afe

Complementary Color

#a78afe #e1fe8a

#a78afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78afe Color CSS Codes

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

#a78afe Text Font Color

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

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


#a78afe Background Color

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

This div background color is #a78afe


#a78afe Border Color

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

This div border color is #a78afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78afe


Comments

No comments written yet.

Please login to write comment.