Color Hex Logo

#a780fe Color Hex

#A780FE
(167,128,254)
0 Favorites   0 Comments

Color spaces of #a780fe

RGB 167128254
HSL0.720.980.75
HSV259°50°100°
CMYK 0.340.500.00   0.00
XYZ41.544930.809697.5231
Yxy30.80960.24460.1814
Hunter Lab55.506436.4658-65.3163
CIE-Lab62.346641.7567-57.7073

#a780fe color RGB value is (167,128,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 11111110
Octal 247 200 376
Decimal 167 128 254
Hex A7 80 FE

RGB Percentages of Color #a780fe

%30.42
%23.32
%46.27

CMYK Percentages of Color #a780fe

%34
%50
%0
%0

Triadic Colors of #a780fe

#a780fe #fea780 #80fea7

Analogous Colors of #a780fe

#a780fe #e680fe #8098fe

Monochromatic Colors of #a780fe

#a780fe

Complementary Color

#a780fe #d7fe80

#a780fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780fe Color CSS Codes

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

#a780fe Text Font Color

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

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


#a780fe Background Color

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

This div background color is #a780fe


#a780fe Border Color

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

This div border color is #a780fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780fe


Comments

No comments written yet.

Please login to write comment.