Color Hex Logo

#bb5eff Color Hex

#BB5EFF
(187,94,255)
0 Favorites   0 Comments

Color spaces of #bb5eff

RGB 18794255
HSL0.761.000.68
HSV275°63°100°
CMYK 0.270.630.00   0.00
XYZ42.546225.790297.3433
Yxy25.79020.25680.1557
Hunter Lab50.784160.6728-78.0987
CIE-Lab57.837464.2173-65.3633

#bb5eff color RGB value is (187,94,255).

#bb5eff hex color red value is 187, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb5eff hue: 0.76 , saturation: 1.00 and the lightness value of bb5eff is 0.68.

The process color (four color CMYK) of #bb5eff color hex is 0.27, 0.63, 0.00, 0.00. Web safe color of #bb5eff is #cc66ff. Color #bb5eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011110 11111111
Octal 273 136 377
Decimal 187 94 255
Hex BB 5E FF

RGB Percentages of Color #bb5eff

%34.89
%17.54
%47.57

CMYK Percentages of Color #bb5eff

%27
%63
%0
%0

Triadic Colors of #bb5eff

#bb5eff #ffbb5e #5effbb

Analogous Colors of #bb5eff

#bb5eff #ff5ef3 #6b5eff

Monochromatic Colors of #bb5eff

#bb5eff

Complementary Color

#bb5eff #a2ff5e

#bb5eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5eff Color CSS Codes

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

#bb5eff Text Font Color

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

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


#bb5eff Background Color

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

This div background color is #bb5eff


#bb5eff Border Color

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

This div border color is #bb5eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5eff


Comments

No comments written yet.

Please login to write comment.