Color Hex Logo

#a980cd Color Hex

#A980CD
(169,128,205)
0 Favorites   0 Comments

Color spaces of #a980cd

RGB 169128205
HSL0.760.440.65
HSV272°38°80°
CMYK 0.180.380.00   0.20
XYZ35.100828.281161.3664
Yxy28.28110.28140.2267
Hunter Lab53.180024.7518-31.1910
CIE-Lab60.141830.5284-33.9248

#a980cd color RGB value is (169,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 11001101
Octal 251 200 315
Decimal 169 128 205
Hex A9 80 CD

RGB Percentages of Color #a980cd

%33.67
%25.50
%40.84

CMYK Percentages of Color #a980cd

%18
%38
%0
%20

Triadic Colors of #a980cd

#a980cd #cda980 #80cda9

Analogous Colors of #a980cd

#a980cd #cd80cb #8380cd

Monochromatic Colors of #a980cd

#a980cd

Complementary Color

#a980cd #a4cd80

#a980cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980cd Color CSS Codes

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

#a980cd Text Font Color

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

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


#a980cd Background Color

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

This div background color is #a980cd


#a980cd Border Color

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

This div border color is #a980cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980cd


Comments

No comments written yet.

Please login to write comment.