Color Hex Logo

#bb9fdb Color Hex

#BB9FDB
(187,159,219)
0 Favorites   0 Comments

Color spaces of #bb9fdb

RGB 187159219
HSL0.740.450.74
HSV268°27°86°
CMYK 0.150.270.00   0.14
XYZ45.677840.475572.4229
Yxy40.47550.28800.2552
Hunter Lab63.620416.8228-22.9591
CIE-Lab69.806921.7875-26.6401

#bb9fdb color RGB value is (187,159,219).

#bb9fdb hex color red value is 187, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb9fdb hue: 0.74 , saturation: 0.45 and the lightness value of bb9fdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011111 11011011
Octal 273 237 333
Decimal 187 159 219
Hex BB 9F DB

RGB Percentages of Color #bb9fdb

%33.10
%28.14
%38.76

CMYK Percentages of Color #bb9fdb

%15
%27
%0
%14

Triadic Colors of #bb9fdb

#bb9fdb #dbbb9f #9fdbbb

Analogous Colors of #bb9fdb

#bb9fdb #d99fdb #9fa1db

Monochromatic Colors of #bb9fdb

#bb9fdb

Complementary Color

#bb9fdb #bfdb9f

#bb9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9fdb Color CSS Codes

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

#bb9fdb Text Font Color

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

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


#bb9fdb Background Color

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

This div background color is #bb9fdb


#bb9fdb Border Color

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

This div border color is #bb9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9fdb


Comments

No comments written yet.

Please login to write comment.