Color Hex Logo

#bb9bdb Color Hex

#BB9BDB
(187,155,219)
0 Favorites   0 Comments

Color spaces of #bb9bdb

RGB 187155219
HSL0.750.470.73
HSV270°29°86°
CMYK 0.150.290.00   0.14
XYZ45.001039.122072.1973
Yxy39.12200.28790.2503
Hunter Lab62.547618.9668-24.6538
CIE-Lab68.839524.0131-28.1264

#bb9bdb color RGB value is (187,155,219).

#bb9bdb hex color red value is 187, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb9bdb hue: 0.75 , saturation: 0.47 and the lightness value of bb9bdb is 0.73.

The process color (four color CMYK) of #bb9bdb color hex is 0.15, 0.29, 0.00, 0.14. Web safe color of #bb9bdb is #cc99cc. Color #bb9bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011011 11011011
Octal 273 233 333
Decimal 187 155 219
Hex BB 9B DB

RGB Percentages of Color #bb9bdb

%33.33
%27.63
%39.04

CMYK Percentages of Color #bb9bdb

%15
%29
%0
%14

Triadic Colors of #bb9bdb

#bb9bdb #dbbb9b #9bdbbb

Analogous Colors of #bb9bdb

#bb9bdb #db9bdb #9b9bdb

Monochromatic Colors of #bb9bdb

#bb9bdb

Complementary Color

#bb9bdb #bbdb9b

#bb9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9bdb Color CSS Codes

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

#bb9bdb Text Font Color

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

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


#bb9bdb Background Color

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

This div background color is #bb9bdb


#bb9bdb Border Color

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

This div border color is #bb9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9bdb


Comments

No comments written yet.

Please login to write comment.