Color Hex Logo

#bb3efe Color Hex

#BB3EFE
(187,62,254)
0 Favorites   0 Comments

Color spaces of #bb3efe

RGB 18762254
HSL0.780.990.62
HSV279°76°100°
CMYK 0.260.760.00   0.00
XYZ40.105521.165895.7375
Yxy21.16580.25540.1348
Hunter Lab46.006375.0944-91.1760
CIE-Lab53.130577.0473-72.4133

#bb3efe color RGB value is (187,62,254).

#bb3efe hex color red value is 187, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bb3efe hue: 0.78 , saturation: 0.99 and the lightness value of bb3efe is 0.62.

The process color (four color CMYK) of #bb3efe color hex is 0.26, 0.76, 0.00, 0.00. Web safe color of #bb3efe is #cc33ff. Color #bb3efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111110 11111110
Octal 273 76 376
Decimal 187 62 254
Hex BB 3E FE

RGB Percentages of Color #bb3efe

%37.18
%12.33
%50.50

CMYK Percentages of Color #bb3efe

%26
%76
%0
%0

Triadic Colors of #bb3efe

#bb3efe #febb3e #3efebb

Analogous Colors of #bb3efe

#bb3efe #fe3ee1 #5b3efe

Monochromatic Colors of #bb3efe

#bb3efe

Complementary Color

#bb3efe #81fe3e

#bb3efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3efe Color CSS Codes

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

#bb3efe Text Font Color

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

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


#bb3efe Background Color

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

This div background color is #bb3efe


#bb3efe Border Color

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

This div border color is #bb3efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3efe


Comments

No comments written yet.

Please login to write comment.