Color Hex Logo

#a78ffe Color Hex

#A78FFE
(167,143,254)
0 Favorites   0 Comments

Color spaces of #a78ffe

RGB 167143254
HSL0.700.980.78
HSV253°44°100°
CMYK 0.340.440.00   0.00
XYZ43.648235.016298.2242
Yxy35.01620.24680.1980
Hunter Lab59.174528.1096-56.9938
CIE-Lab65.761333.3367-52.2808

#a78ffe color RGB value is (167,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001111 11111110
Octal 247 217 376
Decimal 167 143 254
Hex A7 8F FE

RGB Percentages of Color #a78ffe

%29.61
%25.35
%45.04

CMYK Percentages of Color #a78ffe

%34
%44
%0
%0

Triadic Colors of #a78ffe

#a78ffe #fea78f #8ffea7

Analogous Colors of #a78ffe

#a78ffe #df8ffe #8faffe

Monochromatic Colors of #a78ffe

#a78ffe

Complementary Color

#a78ffe #e6fe8f

#a78ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ffe Color CSS Codes

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

#a78ffe Text Font Color

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

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


#a78ffe Background Color

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

This div background color is #a78ffe


#a78ffe Border Color

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

This div border color is #a78ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,143,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 #a78ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ffe


Comments

No comments written yet.

Please login to write comment.