Color Hex Logo

#b000fb Color Hex

#B000FB
(176,0,251)
0 Favorites   0 Comments

Color spaces of #b000fb

RGB 1760251
HSL0.781.000.49
HSV282°100°98°
CMYK 0.301.000.00   0.02
XYZ35.317116.195192.5313
Yxy16.19510.24520.1124
Hunter Lab40.243186.2249-108.1557
CIE-Lab47.229486.9208-80.4243

#b000fb color RGB value is (176,0,251).

#b000fb hex color red value is 176, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b000fb hue: 0.78 , saturation: 1.00 and the lightness value of b000fb is 0.49.

The process color (four color CMYK) of #b000fb color hex is 0.30, 1.00, 0.00, 0.02. Web safe color of #b000fb is #9900ff. Color #b000fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 11111011
Octal 260 0 373
Decimal 176 0 251
Hex B0 0 FB

RGB Percentages of Color #b000fb

%41.22
%0.00
%58.78

CMYK Percentages of Color #b000fb

%30
%100
%0
%2

Triadic Colors of #b000fb

#b000fb #fbb000 #00fbb0

Analogous Colors of #b000fb

#b000fb #fb00c9 #3300fb

Monochromatic Colors of #b000fb

#b000fb

Complementary Color

#b000fb #4bfb00

#b000fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000fb Color CSS Codes

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

#b000fb Text Font Color

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

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


#b000fb Background Color

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

This div background color is #b000fb


#b000fb Border Color

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

This div border color is #b000fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000fb

Related Colors


Comments

No comments written yet.

Please login to write comment.