Color Hex Logo

#bb11dd Color Hex

#BB11DD
(187,17,221)
2 Favorites   0 Comments

Color spaces of #bb11dd

RGB 18717221
HSL0.810.860.47
HSV290°92°87°
CMYK 0.150.920.00   0.13
XYZ33.745116.186269.7523
Yxy16.18620.28200.1352
Hunter Lab40.232179.3127-74.6315
CIE-Lab47.217881.5562-63.4139

#bb11dd color RGB value is (187,17,221).

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

The process color (four color CMYK) of #bb11dd color hex is 0.15, 0.92, 0.00, 0.13. Web safe color of #bb11dd is #cc00cc. Color #bb11dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 11011101
Octal 273 21 335
Decimal 187 17 221
Hex BB 11 DD

RGB Percentages of Color #bb11dd

%44.00
%4.00
%52.00

CMYK Percentages of Color #bb11dd

%15
%92
%0
%13

Triadic Colors of #bb11dd

#bb11dd #ddbb11 #11ddbb

Analogous Colors of #bb11dd

#bb11dd #dd1199 #5511dd

Monochromatic Colors of #bb11dd

#bb11dd

Complementary Color

#bb11dd #33dd11

#bb11dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb11dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb11dd Color CSS Codes

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

#bb11dd Text Font Color

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

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


#bb11dd Background Color

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

This div background color is #bb11dd


#bb11dd Border Color

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

This div border color is #bb11dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,17,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb11dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb11dd


Comments

No comments written yet.

Please login to write comment.