Color Hex Logo

#b9a9db Color Hex

#B9A9DB
(185,169,219)
0 Favorites   0 Comments

Color spaces of #b9a9db

RGB 185169219
HSL0.720.410.76
HSV259°23°86°
CMYK 0.160.230.00   0.14
XYZ46.981743.804772.9968
Yxy43.80470.28690.2675
Hunter Lab66.185110.8848-19.0625
CIE-Lab72.097815.6046-23.1502

#b9a9db color RGB value is (185,169,219).

#b9a9db hex color red value is 185, green value is 169 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9a9db hue: 0.72 , saturation: 0.41 and the lightness value of b9a9db is 0.76.

The process color (four color CMYK) of #b9a9db color hex is 0.16, 0.23, 0.00, 0.14. Web safe color of #b9a9db is #cc99cc. Color #b9a9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101001 11011011
Octal 271 251 333
Decimal 185 169 219
Hex B9 A9 DB

RGB Percentages of Color #b9a9db

%32.29
%29.49
%38.22

CMYK Percentages of Color #b9a9db

%16
%23
%0
%14

Triadic Colors of #b9a9db

#b9a9db #dbb9a9 #a9dbb9

Analogous Colors of #b9a9db

#b9a9db #d2a9db #a9b2db

Monochromatic Colors of #b9a9db

#b9a9db

Complementary Color

#b9a9db #cbdba9

#b9a9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a9db Color CSS Codes

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

#b9a9db Text Font Color

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

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


#b9a9db Background Color

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

This div background color is #b9a9db


#b9a9db Border Color

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

This div border color is #b9a9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a9db


Comments

No comments written yet.

Please login to write comment.