Color Hex Logo

#a889bd Color Hex

#A889BD
(168,137,189)
0 Favorites   0 Comments

Color spaces of #a889bd

RGB 168137189
HSL0.770.280.64
HSV276°28°74°
CMYK 0.110.280.00   0.26
XYZ34.279429.890352.1068
Yxy29.89030.29480.2571
Hunter Lab54.672016.2436-18.2377
CIE-Lab61.559521.5977-22.7145

#a889bd color RGB value is (168,137,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 10111101
Octal 250 211 275
Decimal 168 137 189
Hex A8 89 BD

RGB Percentages of Color #a889bd

%34.01
%27.73
%38.26

CMYK Percentages of Color #a889bd

%11
%28
%0
%26

Triadic Colors of #a889bd

#a889bd #bda889 #89bda8

Analogous Colors of #a889bd

#a889bd #bd89b8 #8e89bd

Monochromatic Colors of #a889bd

#a889bd

Complementary Color

#a889bd #9ebd89

#a889bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a889bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a889bd Color CSS Codes

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

#a889bd Text Font Color

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

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


#a889bd Background Color

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

This div background color is #a889bd


#a889bd Border Color

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

This div border color is #a889bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a889bd


Comments

No comments written yet.

Please login to write comment.