Color Hex Logo

#b9abdb Color Hex

#B9ABDB
(185,171,219)
0 Favorites   0 Comments

Color spaces of #b9abdb

RGB 185171219
HSL0.720.400.76
HSV258°22°86°
CMYK 0.160.220.00   0.14
XYZ47.356744.554673.1218
Yxy44.55460.28700.2700
Hunter Lab66.74929.8296-18.2260
CIE-Lab72.597614.4990-22.3882

#b9abdb color RGB value is (185,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11011011
Octal 271 253 333
Decimal 185 171 219
Hex B9 AB DB

RGB Percentages of Color #b9abdb

%32.17
%29.74
%38.09

CMYK Percentages of Color #b9abdb

%16
%22
%0
%14

Triadic Colors of #b9abdb

#b9abdb #dbb9ab #abdbb9

Analogous Colors of #b9abdb

#b9abdb #d1abdb #abb5db

Monochromatic Colors of #b9abdb

#b9abdb

Complementary Color

#b9abdb #cddbab

#b9abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abdb Color CSS Codes

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

#b9abdb Text Font Color

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

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


#b9abdb Background Color

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

This div background color is #b9abdb


#b9abdb Border Color

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

This div border color is #b9abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abdb


Comments

No comments written yet.

Please login to write comment.