Color Hex Logo

#bb36db Color Hex

#BB36DB
(187,54,219)
0 Favorites   0 Comments

Color spaces of #bb36db

RGB 18754219
HSL0.800.700.54
HSV288°75°86°
CMYK 0.150.750.00   0.14
XYZ34.598918.317668.7299
Yxy18.31760.28440.1506
Hunter Lab42.799169.4016-65.2529
CIE-Lab49.879173.0465-57.9790

#bb36db color RGB value is (187,54,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 11011011
Octal 273 66 333
Decimal 187 54 219
Hex BB 36 DB

RGB Percentages of Color #bb36db

%40.65
%11.74
%47.61

CMYK Percentages of Color #bb36db

%15
%75
%0
%14

Triadic Colors of #bb36db

#bb36db #dbbb36 #36dbbb

Analogous Colors of #bb36db

#bb36db #db36a9 #6936db

Monochromatic Colors of #bb36db

#bb36db

Complementary Color

#bb36db #56db36

#bb36db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb36db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb36db Color CSS Codes

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

#bb36db Text Font Color

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

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


#bb36db Background Color

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

This div background color is #bb36db


#bb36db Border Color

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

This div border color is #bb36db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb36db


Comments

No comments written yet.

Please login to write comment.