Color Hex Logo

#a980eb Color Hex

#A980EB
(169,128,235)
0 Favorites   0 Comments

Color spaces of #a980eb

RGB 169128235
HSL0.730.730.71
HSV263°46°92°
CMYK 0.280.460.00   0.08
XYZ39.076829.871582.3035
Yxy29.87150.25840.1975
Hunter Lab54.654831.9770-51.0251
CIE-Lab61.543237.5514-48.4913

#a980eb color RGB value is (169,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 11101011
Octal 251 200 353
Decimal 169 128 235
Hex A9 80 EB

RGB Percentages of Color #a980eb

%31.77
%24.06
%44.17

CMYK Percentages of Color #a980eb

%28
%46
%0
%8

Triadic Colors of #a980eb

#a980eb #eba980 #80eba9

Analogous Colors of #a980eb

#a980eb #df80eb #808deb

Monochromatic Colors of #a980eb

#a980eb

Complementary Color

#a980eb #c2eb80

#a980eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980eb Color CSS Codes

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

#a980eb Text Font Color

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

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


#a980eb Background Color

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

This div background color is #a980eb


#a980eb Border Color

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

This div border color is #a980eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980eb


Comments

No comments written yet.

Please login to write comment.