Color Hex Logo

#a982bd Color Hex

#A982BD
(169,130,189)
0 Favorites   0 Comments

Color spaces of #a982bd

RGB 169130189
HSL0.780.310.63
HSV280°31°74°
CMYK 0.110.310.00   0.26
XYZ33.530128.074451.7958
Yxy28.07440.29570.2476
Hunter Lab52.985320.2340-20.8693
CIE-Lab59.955925.8973-25.1674

#a982bd color RGB value is (169,130,189).

#a982bd hex color red value is 169, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a982bd hue: 0.78 , saturation: 0.31 and the lightness value of a982bd is 0.63.

The process color (four color CMYK) of #a982bd color hex is 0.11, 0.31, 0.00, 0.26. Web safe color of #a982bd is #9999cc. Color #a982bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 10111101
Octal 251 202 275
Decimal 169 130 189
Hex A9 82 BD

RGB Percentages of Color #a982bd

%34.63
%26.64
%38.73

CMYK Percentages of Color #a982bd

%11
%31
%0
%26

Triadic Colors of #a982bd

#a982bd #bda982 #82bda9

Analogous Colors of #a982bd

#a982bd #bd82b4 #8c82bd

Monochromatic Colors of #a982bd

#a982bd

Complementary Color

#a982bd #96bd82

#a982bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a982bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a982bd Color CSS Codes

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

#a982bd Text Font Color

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

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


#a982bd Background Color

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

This div background color is #a982bd


#a982bd Border Color

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

This div border color is #a982bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a982bd


Comments

No comments written yet.

Please login to write comment.