Color Hex Logo

#bb0ffe Color Hex

#BB0FFE
(187,15,254)
0 Favorites   0 Comments

Color spaces of #bb0ffe

RGB 18715254
HSL0.790.990.53
HSV283°94°100°
CMYK 0.260.940.00   0.00
XYZ38.553718.062295.2203
Yxy18.06220.25390.1190
Hunter Lab42.499687.5525-103.0893
CIE-Lab49.571587.4872-78.2038

#bb0ffe color RGB value is (187,15,254).

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

The process color (four color CMYK) of #bb0ffe color hex is 0.26, 0.94, 0.00, 0.00. Web safe color of #bb0ffe is #cc00ff. Color #bb0ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001111 11111110
Octal 273 17 376
Decimal 187 15 254
Hex BB F FE

RGB Percentages of Color #bb0ffe

%41.01
%3.29
%55.70

CMYK Percentages of Color #bb0ffe

%26
%94
%0
%0

Triadic Colors of #bb0ffe

#bb0ffe #febb0f #0ffebb

Analogous Colors of #bb0ffe

#bb0ffe #fe0fca #440ffe

Monochromatic Colors of #bb0ffe

#bb0ffe

Complementary Color

#bb0ffe #52fe0f

#bb0ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0ffe Color CSS Codes

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

#bb0ffe Text Font Color

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

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


#bb0ffe Background Color

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

This div background color is #bb0ffe


#bb0ffe Border Color

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

This div border color is #bb0ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.