Color Hex Logo

#bb15db Color Hex

#BB15DB
(187,21,219)
0 Favorites   0 Comments

Color spaces of #bb15db

RGB 18721219
HSL0.810.830.47
HSV290°90°86°
CMYK 0.150.900.00   0.14
XYZ33.547916.215668.3796
Yxy16.21560.28400.1373
Hunter Lab40.268678.2389-72.4916
CIE-Lab47.256180.7003-62.2094

#bb15db color RGB value is (187,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 11011011
Octal 273 25 333
Decimal 187 21 219
Hex BB 15 DB

RGB Percentages of Color #bb15db

%43.79
%4.92
%51.29

CMYK Percentages of Color #bb15db

%15
%90
%0
%14

Triadic Colors of #bb15db

#bb15db #dbbb15 #15dbbb

Analogous Colors of #bb15db

#bb15db #db1598 #5815db

Monochromatic Colors of #bb15db

#bb15db

Complementary Color

#bb15db #35db15

#bb15db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb15db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb15db Color CSS Codes

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

#bb15db Text Font Color

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

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


#bb15db Background Color

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

This div background color is #bb15db


#bb15db Border Color

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

This div border color is #bb15db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb15db


Comments

No comments written yet.

Please login to write comment.