Color Hex Logo

#a982dc Color Hex

#A982DC
(169,130,220)
0 Favorites   0 Comments

Color spaces of #a982dc

RGB 169130220
HSL0.740.560.69
HSV266°41°86°
CMYK 0.230.410.00   0.14
XYZ37.263129.567671.4533
Yxy29.56760.26950.2138
Hunter Lab54.376127.1651-39.8472
CIE-Lab61.279332.8453-40.5602

#a982dc color RGB value is (169,130,220).

#a982dc hex color red value is 169, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a982dc hue: 0.74 , saturation: 0.56 and the lightness value of a982dc is 0.69.

The process color (four color CMYK) of #a982dc color hex is 0.23, 0.41, 0.00, 0.14. Web safe color of #a982dc is #9999cc. Color #a982dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 11011100
Octal 251 202 334
Decimal 169 130 220
Hex A9 82 DC

RGB Percentages of Color #a982dc

%32.56
%25.05
%42.39

CMYK Percentages of Color #a982dc

%23
%41
%0
%14

Triadic Colors of #a982dc

#a982dc #dca982 #82dca9

Analogous Colors of #a982dc

#a982dc #d682dc #8288dc

Monochromatic Colors of #a982dc

#a982dc

Complementary Color

#a982dc #b5dc82

#a982dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a982dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a982dc Color CSS Codes

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

#a982dc Text Font Color

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

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


#a982dc Background Color

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

This div background color is #a982dc


#a982dc Border Color

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

This div border color is #a982dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a982dc


Comments

No comments written yet.

Please login to write comment.