Color Hex Logo

#bb00eb Color Hex

#BB00EB
(187,0,235)
0 Favorites   0 Comments

Color spaces of #bb00eb

RGB 1870235
HSL0.801.000.46
HSV288°100°92°
CMYK 0.201.000.00   0.08
XYZ35.488916.563079.9238
Yxy16.56300.26890.1255
Hunter Lab40.697784.4334-87.9478
CIE-Lab47.704685.4544-70.5778

#bb00eb color RGB value is (187,0,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 11101011
Octal 273 0 353
Decimal 187 0 235
Hex BB 0 EB

RGB Percentages of Color #bb00eb

%44.31
%0.00
%55.69

CMYK Percentages of Color #bb00eb

%20
%100
%0
%8

Triadic Colors of #bb00eb

#bb00eb #ebbb00 #00ebbb

Analogous Colors of #bb00eb

#bb00eb #eb00a6 #4500eb

Monochromatic Colors of #bb00eb

#bb00eb

Complementary Color

#bb00eb #30eb00

#bb00eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb00eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb00eb Color CSS Codes

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

#bb00eb Text Font Color

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

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


#bb00eb Background Color

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

This div background color is #bb00eb


#bb00eb Border Color

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

This div border color is #bb00eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb00eb


Comments

No comments written yet.

Please login to write comment.