Color Hex Logo

#a982bf Color Hex

#A982BF
(169,130,191)
0 Favorites   0 Comments

Color spaces of #a982bf

RGB 169130191
HSL0.770.320.63
HSV278°32°75°
CMYK 0.120.320.00   0.25
XYZ33.748828.161952.9472
Yxy28.16190.29380.2452
Hunter Lab53.067820.6496-22.0078
CIE-Lab60.034726.3239-26.1799

#a982bf color RGB value is (169,130,191).

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

The process color (four color CMYK) of #a982bf color hex is 0.12, 0.32, 0.00, 0.25. Web safe color of #a982bf is #9999cc. Color #a982bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 10111111
Octal 251 202 277
Decimal 169 130 191
Hex A9 82 BF

RGB Percentages of Color #a982bf

%34.49
%26.53
%38.98

CMYK Percentages of Color #a982bf

%12
%32
%0
%25

Triadic Colors of #a982bf

#a982bf #bfa982 #82bfa9

Analogous Colors of #a982bf

#a982bf #bf82b7 #8b82bf

Monochromatic Colors of #a982bf

#a982bf

Complementary Color

#a982bf #98bf82

#a982bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a982bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a982bf Color CSS Codes

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

#a982bf Text Font Color

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

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


#a982bf Background Color

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

This div background color is #a982bf


#a982bf Border Color

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

This div border color is #a982bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a982bf


Comments

No comments written yet.

Please login to write comment.