Color Hex Logo

#a989bf Color Hex

#A989BF
(169,137,191)
0 Favorites   0 Comments

Color spaces of #a989bf

RGB 169137191
HSL0.770.300.64
HSV276°28°75°
CMYK 0.120.280.00   0.25
XYZ34.711830.087953.2683
Yxy30.08790.29400.2548
Hunter Lab54.852416.9669-19.1810
CIE-Lab61.730022.3528-23.5743

#a989bf color RGB value is (169,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 10111111
Octal 251 211 277
Decimal 169 137 191
Hex A9 89 BF

RGB Percentages of Color #a989bf

%34.00
%27.57
%38.43

CMYK Percentages of Color #a989bf

%12
%28
%0
%25

Triadic Colors of #a989bf

#a989bf #bfa989 #89bfa9

Analogous Colors of #a989bf

#a989bf #bf89ba #8e89bf

Monochromatic Colors of #a989bf

#a989bf

Complementary Color

#a989bf #9fbf89

#a989bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989bf Color CSS Codes

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

#a989bf Text Font Color

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

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


#a989bf Background Color

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

This div background color is #a989bf


#a989bf Border Color

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

This div border color is #a989bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,137,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 #a989bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989bf


Comments

No comments written yet.

Please login to write comment.