Color Hex Logo

#a980fc Color Hex

#A980FC
(169,128,252)
0 Favorites   0 Comments

Color spaces of #a980fc

RGB 169128252
HSL0.720.950.75
HSV260°49°99°
CMYK 0.330.490.00   0.01
XYZ41.652030.901695.8648
Yxy30.90160.24730.1835
Hunter Lab55.589236.4657-63.3345
CIE-Lab62.424541.7467-56.4740

#a980fc color RGB value is (169,128,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 11111100
Octal 251 200 374
Decimal 169 128 252
Hex A9 80 FC

RGB Percentages of Color #a980fc

%30.78
%23.32
%45.90

CMYK Percentages of Color #a980fc

%33
%49
%0
%1

Triadic Colors of #a980fc

#a980fc #fca980 #80fca9

Analogous Colors of #a980fc

#a980fc #e780fc #8095fc

Monochromatic Colors of #a980fc

#a980fc

Complementary Color

#a980fc #d3fc80

#a980fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980fc Color CSS Codes

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

#a980fc Text Font Color

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

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


#a980fc Background Color

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

This div background color is #a980fc


#a980fc Border Color

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

This div border color is #a980fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980fc

Related Colors


Comments

No comments written yet.

Please login to write comment.