Color Hex Logo

#bb00db Color Hex

#BB00DB
(187,0,219)
0 Favorites   0 Comments

Color spaces of #bb00db

RGB 1870219
HSL0.811.000.43
HSV291°100°86°
CMYK 0.151.000.00   0.14
XYZ33.279715.679368.2902
Yxy15.67930.28380.1337
Hunter Lab39.597180.7269-74.5351
CIE-Lab46.550982.7958-63.3506

#bb00db color RGB value is (187,0,219).

#bb00db hex color red value is 187, green value is 0 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb00db hue: 0.81 , saturation: 1.00 and the lightness value of bb00db is 0.43.

The process color (four color CMYK) of #bb00db color hex is 0.15, 1.00, 0.00, 0.14. Web safe color of #bb00db is #cc00cc. Color #bb00db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 11011011
Octal 273 0 333
Decimal 187 0 219
Hex BB 0 DB

RGB Percentages of Color #bb00db

%46.06
%0.00
%53.94

CMYK Percentages of Color #bb00db

%15
%100
%0
%14

Triadic Colors of #bb00db

#bb00db #dbbb00 #00dbbb

Analogous Colors of #bb00db

#bb00db #db008e #4d00db

Monochromatic Colors of #bb00db

#bb00db

Complementary Color

#bb00db #20db00

#bb00db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb00db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb00db Color CSS Codes

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

#bb00db Text Font Color

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

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


#bb00db Background Color

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

This div background color is #bb00db


#bb00db Border Color

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

This div border color is #bb00db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb00db


Comments

No comments written yet.

Please login to write comment.