Color Hex Logo

#b000fe Color Hex

#B000FE
(176,0,254)
0 Favorites   0 Comments

Color spaces of #b000fe

RGB 1760254
HSL0.781.000.50
HSV282°100°100°
CMYK 0.311.000.00   0.00
XYZ35.793916.385995.0422
Yxy16.38590.24310.1113
Hunter Lab40.479586.9991-110.8719
CIE-Lab47.476887.4650-81.6961

#b000fe color RGB value is (176,0,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 11111110
Octal 260 0 376
Decimal 176 0 254
Hex B0 0 FE

RGB Percentages of Color #b000fe

%40.93
%0.00
%59.07

CMYK Percentages of Color #b000fe

%31
%100
%0
%0

Triadic Colors of #b000fe

#b000fe #feb000 #00feb0

Analogous Colors of #b000fe

#b000fe #fe00cd #3100fe

Monochromatic Colors of #b000fe

#b000fe

Complementary Color

#b000fe #4efe00

#b000fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000fe Color CSS Codes

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

#b000fe Text Font Color

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

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


#b000fe Background Color

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

This div background color is #b000fe


#b000fe Border Color

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

This div border color is #b000fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000fe

Related Colors


Comments

No comments written yet.

Please login to write comment.