Color Hex Logo

#bb19db Color Hex

#BB19DB
(187,25,219)
0 Favorites   0 Comments

Color spaces of #bb19db

RGB 18725219
HSL0.810.800.48
HSV290°89°86°
CMYK 0.150.890.00   0.14
XYZ33.627316.374568.4061
Yxy16.37450.28400.1383
Hunter Lab40.465477.5214-71.9029
CIE-Lab47.462080.0912-61.8765

#bb19db color RGB value is (187,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 11011011
Octal 273 31 333
Decimal 187 25 219
Hex BB 19 DB

RGB Percentages of Color #bb19db

%43.39
%5.80
%50.81

CMYK Percentages of Color #bb19db

%15
%89
%0
%14

Triadic Colors of #bb19db

#bb19db #dbbb19 #19dbbb

Analogous Colors of #bb19db

#bb19db #db199a #5a19db

Monochromatic Colors of #bb19db

#bb19db

Complementary Color

#bb19db #39db19

#bb19db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb19db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb19db Color CSS Codes

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

#bb19db Text Font Color

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

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


#bb19db Background Color

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

This div background color is #bb19db


#bb19db Border Color

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

This div border color is #bb19db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb19db


Comments

No comments written yet.

Please login to write comment.