Color Hex Logo

#a980ec Color Hex

#A980EC
(169,128,236)
0 Favorites   0 Comments

Color spaces of #a980ec

RGB 169128236
HSL0.730.740.71
HSV263°46°93°
CMYK 0.280.460.00   0.07
XYZ39.221729.929583.0666
Yxy29.92950.25770.1966
Hunter Lab54.707932.2332-51.7285
CIE-Lab61.593337.7942-48.9662

#a980ec color RGB value is (169,128,236).

#a980ec hex color red value is 169, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a980ec hue: 0.73 , saturation: 0.74 and the lightness value of a980ec is 0.71.

The process color (four color CMYK) of #a980ec color hex is 0.28, 0.46, 0.00, 0.07. Web safe color of #a980ec is #9999ff. Color #a980ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 11101100
Octal 251 200 354
Decimal 169 128 236
Hex A9 80 EC

RGB Percentages of Color #a980ec

%31.71
%24.02
%44.28

CMYK Percentages of Color #a980ec

%28
%46
%0
%7

Triadic Colors of #a980ec

#a980ec #eca980 #80eca9

Analogous Colors of #a980ec

#a980ec #df80ec #808dec

Monochromatic Colors of #a980ec

#a980ec

Complementary Color

#a980ec #c3ec80

#a980ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980ec Color CSS Codes

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

#a980ec Text Font Color

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

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


#a980ec Background Color

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

This div background color is #a980ec


#a980ec Border Color

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

This div border color is #a980ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980ec


Comments

No comments written yet.

Please login to write comment.