Color Hex Logo

#bb30db Color Hex

#BB30DB
(187,48,219)
0 Favorites   0 Comments

Color spaces of #bb30db

RGB 18748219
HSL0.800.700.52
HSV289°78°86°
CMYK 0.150.780.00   0.14
XYZ34.336717.793268.6425
Yxy17.79320.28430.1473
Hunter Lab42.182071.4829-66.9549
CIE-Lab49.244374.8784-59.0007

#bb30db color RGB value is (187,48,219).

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

The process color (four color CMYK) of #bb30db color hex is 0.15, 0.78, 0.00, 0.14. Web safe color of #bb30db is #cc33cc. Color #bb30db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 11011011
Octal 273 60 333
Decimal 187 48 219
Hex BB 30 DB

RGB Percentages of Color #bb30db

%41.19
%10.57
%48.24

CMYK Percentages of Color #bb30db

%15
%78
%0
%14

Triadic Colors of #bb30db

#bb30db #dbbb30 #30dbbb

Analogous Colors of #bb30db

#bb30db #db30a6 #6630db

Monochromatic Colors of #bb30db

#bb30db

Complementary Color

#bb30db #50db30

#bb30db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb30db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb30db Color CSS Codes

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

#bb30db Text Font Color

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

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


#bb30db Background Color

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

This div background color is #bb30db


#bb30db Border Color

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

This div border color is #bb30db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb30db


Comments

No comments written yet.

Please login to write comment.