color codes Logo

#bb0ffb color codes

#BB0FFB
(187,15,251)
0 Favorites   0 Comments

Color spaces of #bb0ffb

RGB 18715251
HSL0.790.970.52
HSV284°94°98°
CMYK 0.250.940.00   0.02
XYZ38.076917.871592.7094
Yxy17.87150.25610.1202
Hunter Lab42.274786.7946-100.4321
CIE-Lab49.339986.9533-76.9070

#bb0ffb color RGB value is (187,15,251).

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

The process color (four color CMYK) of #bb0ffb color code is 0.25, 0.94, 0.00, 0.02. Web safe color of #bb0ffb is #cc00ff. Color #bb0ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001111 11111011
Octal 273 17 373
Decimal 187 15 251
Hex BB F FB

RGB Percentages of Color #bb0ffb

%41.28
%3.31
%55.41

CMYK Percentages of Color #bb0ffb

%25
%94
%0
%2

Triadic Colors of #bb0ffb

#bb0ffb #fbbb0f #0ffbbb

Analogous Colors of #bb0ffb

#bb0ffb #fb0fc5 #450ffb

Monochromatic Colors of #bb0ffb

#bb0ffb

Complementary Color

#bb0ffb #4ffb0f

#bb0ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0ffb Color CSS Codes

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

#bb0ffb Text Font Color

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

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


#bb0ffb Background Color

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

This div background color is #bb0ffb


#bb0ffb Border Color

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

This div border color is #bb0ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0ffb


Comments

No comments written yet.

Please login to write comment.