Color Hex Logo

#a780fa Color Hex

#A780FA
(167,128,250)
0 Favorites   0 Comments

Color spaces of #a780fa

RGB 167128250
HSL0.720.920.74
HSV259°49°98°
CMYK 0.330.490.00   0.02
XYZ40.910830.556094.1841
Yxy30.55600.24700.1845
Hunter Lab55.277535.3720-62.3266
CIE-Lab62.131040.7454-55.8531

#a780fa color RGB value is (167,128,250).

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

The process color (four color CMYK) of #a780fa color hex is 0.33, 0.49, 0.00, 0.02. Web safe color of #a780fa is #9999ff. Color #a780fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 11111010
Octal 247 200 372
Decimal 167 128 250
Hex A7 80 FA

RGB Percentages of Color #a780fa

%30.64
%23.49
%45.87

CMYK Percentages of Color #a780fa

%33
%49
%0
%2

Triadic Colors of #a780fa

#a780fa #faa780 #80faa7

Analogous Colors of #a780fa

#a780fa #e480fa #8096fa

Monochromatic Colors of #a780fa

#a780fa

Complementary Color

#a780fa #d3fa80

#a780fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780fa Color CSS Codes

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

#a780fa Text Font Color

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

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


#a780fa Background Color

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

This div background color is #a780fa


#a780fa Border Color

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

This div border color is #a780fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780fa


Comments

No comments written yet.

Please login to write comment.