Color Hex Logo

#bb11ef Color Hex

#BB11EF
(187,17,239)
0 Favorites   0 Comments

Color spaces of #bb11ef

RGB 18717239
HSL0.790.870.50
HSV286°93°94°
CMYK 0.220.930.00   0.06
XYZ36.274017.197783.0690
Yxy17.19770.26570.1260
Hunter Lab41.470183.5617-89.7350
CIE-Lab48.508284.6265-71.5285

#bb11ef color RGB value is (187,17,239).

#bb11ef hex color red value is 187, green value is 17 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb11ef hue: 0.79 , saturation: 0.87 and the lightness value of bb11ef is 0.50.

The process color (four color CMYK) of #bb11ef color hex is 0.22, 0.93, 0.00, 0.06. Web safe color of #bb11ef is #cc00ff. Color #bb11ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 11101111
Octal 273 21 357
Decimal 187 17 239
Hex BB 11 EF

RGB Percentages of Color #bb11ef

%42.21
%3.84
%53.95

CMYK Percentages of Color #bb11ef

%22
%93
%0
%6

Triadic Colors of #bb11ef

#bb11ef #efbb11 #11efbb

Analogous Colors of #bb11ef

#bb11ef #ef11b4 #4c11ef

Monochromatic Colors of #bb11ef

#bb11ef

Complementary Color

#bb11ef #45ef11

#bb11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb11ef Color CSS Codes

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

#bb11ef Text Font Color

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

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


#bb11ef Background Color

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

This div background color is #bb11ef


#bb11ef Border Color

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

This div border color is #bb11ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb11ef


Comments

No comments written yet.

Please login to write comment.