Color Hex Logo

#bb05eb Color Hex

#BB05EB
(187,5,235)
0 Favorites   0 Comments

Color spaces of #bb05eb

RGB 1875235
HSL0.800.960.47
HSV287°98°92°
CMYK 0.200.980.00   0.08
XYZ35.543216.671579.9418
Yxy16.67150.26890.1261
Hunter Lab40.830783.9306-87.5013
CIE-Lab47.843485.0396-70.3520

#bb05eb color RGB value is (187,5,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 11101011
Octal 273 5 353
Decimal 187 5 235
Hex BB 5 EB

RGB Percentages of Color #bb05eb

%43.79
%1.17
%55.04

CMYK Percentages of Color #bb05eb

%20
%98
%0
%8

Triadic Colors of #bb05eb

#bb05eb #ebbb05 #05ebbb

Analogous Colors of #bb05eb

#bb05eb #eb05a8 #4805eb

Monochromatic Colors of #bb05eb

#bb05eb

Complementary Color

#bb05eb #35eb05

#bb05eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb05eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb05eb Color CSS Codes

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

#bb05eb Text Font Color

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

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


#bb05eb Background Color

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

This div background color is #bb05eb


#bb05eb Border Color

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

This div border color is #bb05eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb05eb


Comments

No comments written yet.

Please login to write comment.