Color Hex Logo

#a078fe Color Hex

#A078FE
(160,120,254)
0 Favorites   0 Comments

Color spaces of #a078fe

RGB 160120254
HSL0.720.990.73
HSV258°53°100°
CMYK 0.370.530.00   0.00
XYZ39.103128.062397.1215
Yxy28.06230.23800.1708
Hunter Lab52.973939.0570-71.6197
CIE-Lab59.945044.5236-61.5830

#a078fe color RGB value is (160,120,254).

#a078fe hex color red value is 160, green value is 120 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a078fe hue: 0.72 , saturation: 0.99 and the lightness value of a078fe is 0.73.

The process color (four color CMYK) of #a078fe color hex is 0.37, 0.53, 0.00, 0.00. Web safe color of #a078fe is #9966ff. Color #a078fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 11111110
Octal 240 170 376
Decimal 160 120 254
Hex A0 78 FE

RGB Percentages of Color #a078fe

%29.96
%22.47
%47.57

CMYK Percentages of Color #a078fe

%37
%53
%0
%0

Triadic Colors of #a078fe

#a078fe #fea078 #78fea0

Analogous Colors of #a078fe

#a078fe #e378fe #7893fe

Monochromatic Colors of #a078fe

#a078fe

Complementary Color

#a078fe #d6fe78

#a078fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078fe Color CSS Codes

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

#a078fe Text Font Color

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

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


#a078fe Background Color

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

This div background color is #a078fe


#a078fe Border Color

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

This div border color is #a078fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078fe


Comments

No comments written yet.

Please login to write comment.