Color Hex Logo

#bb10eb Color Hex

#BB10EB
(187,16,235)
0 Favorites   0 Comments

Color spaces of #bb10eb

RGB 18716235
HSL0.800.870.49
HSV287°93°92°
CMYK 0.200.930.00   0.08
XYZ35.674216.933579.9855
Yxy16.93350.26900.1277
Hunter Lab41.150382.7328-86.4390
CIE-Lab48.176184.0476-69.8113

#bb10eb color RGB value is (187,16,235).

#bb10eb hex color red value is 187, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb10eb hue: 0.80 , saturation: 0.87 and the lightness value of bb10eb is 0.49.

The process color (four color CMYK) of #bb10eb color hex is 0.20, 0.93, 0.00, 0.08. Web safe color of #bb10eb is #cc00ff. Color #bb10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 11101011
Octal 273 20 353
Decimal 187 16 235
Hex BB 10 EB

RGB Percentages of Color #bb10eb

%42.69
%3.65
%53.65

CMYK Percentages of Color #bb10eb

%20
%93
%0
%8

Triadic Colors of #bb10eb

#bb10eb #ebbb10 #10ebbb

Analogous Colors of #bb10eb

#bb10eb #eb10ae #4d10eb

Monochromatic Colors of #bb10eb

#bb10eb

Complementary Color

#bb10eb #40eb10

#bb10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb10eb Color CSS Codes

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

#bb10eb Text Font Color

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

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


#bb10eb Background Color

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

This div background color is #bb10eb


#bb10eb Border Color

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

This div border color is #bb10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb10eb


Comments

No comments written yet.

Please login to write comment.