Color Hex Logo

#bb31fe Color Hex

#BB31FE
(187,49,254)
0 Favorites   0 Comments

Color spaces of #bb31fe

RGB 18749254
HSL0.780.990.59
HSV280°81°100°
CMYK 0.260.810.00   0.00
XYZ39.481219.917295.5294
Yxy19.91720.25480.1286
Hunter Lab44.628779.8115-95.6724
CIE-Lab51.743581.0697-74.6657

#bb31fe color RGB value is (187,49,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 11111110
Octal 273 61 376
Decimal 187 49 254
Hex BB 31 FE

RGB Percentages of Color #bb31fe

%38.16
%10.00
%51.84

CMYK Percentages of Color #bb31fe

%26
%81
%0
%0

Triadic Colors of #bb31fe

#bb31fe #febb31 #31febb

Analogous Colors of #bb31fe

#bb31fe #fe31db #5431fe

Monochromatic Colors of #bb31fe

#bb31fe

Complementary Color

#bb31fe #74fe31

#bb31fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31fe Color CSS Codes

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

#bb31fe Text Font Color

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

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


#bb31fe Background Color

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

This div background color is #bb31fe


#bb31fe Border Color

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

This div border color is #bb31fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31fe

Related Colors


Comments

No comments written yet.

Please login to write comment.