Color Hex Logo

#a980ce Color Hex

#A980CE
(169,128,206)
0 Favorites   0 Comments

Color spaces of #a980ce

RGB 169128206
HSL0.750.440.65
HSV272°38°81°
CMYK 0.180.380.00   0.19
XYZ35.221928.329662.0043
Yxy28.32960.28050.2256
Hunter Lab53.225624.9773-31.8111
CIE-Lab60.185430.7530-34.4203

#a980ce color RGB value is (169,128,206).

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

The process color (four color CMYK) of #a980ce color hex is 0.18, 0.38, 0.00, 0.19. Web safe color of #a980ce is #9999cc. Color #a980ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 11001110
Octal 251 200 316
Decimal 169 128 206
Hex A9 80 CE

RGB Percentages of Color #a980ce

%33.60
%25.45
%40.95

CMYK Percentages of Color #a980ce

%18
%38
%0
%19

Triadic Colors of #a980ce

#a980ce #cea980 #80cea9

Analogous Colors of #a980ce

#a980ce #ce80cc #8280ce

Monochromatic Colors of #a980ce

#a980ce

Complementary Color

#a980ce #a5ce80

#a980ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980ce Color CSS Codes

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

#a980ce Text Font Color

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

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


#a980ce Background Color

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

This div background color is #a980ce


#a980ce Border Color

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

This div border color is #a980ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980ce


Comments

No comments written yet.

Please login to write comment.