Color Hex Logo

#b011fe Color Hex

#B011FE
(176,17,254)
0 Favorites   0 Comments

Color spaces of #b011fe

RGB 17617254
HSL0.780.990.53
HSV280°93°100°
CMYK 0.310.930.00   0.00
XYZ35.994316.786895.1090
Yxy16.78680.24340.1135
Hunter Lab40.971785.1147-108.9517
CIE-Lab47.990385.9242-80.8555

#b011fe color RGB value is (176,17,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 11111110
Octal 260 21 376
Decimal 176 17 254
Hex B0 11 FE

RGB Percentages of Color #b011fe

%39.37
%3.80
%56.82

CMYK Percentages of Color #b011fe

%31
%93
%0
%0

Triadic Colors of #b011fe

#b011fe #feb011 #11feb0

Analogous Colors of #b011fe

#b011fe #fe11d6 #3911fe

Monochromatic Colors of #b011fe

#b011fe

Complementary Color

#b011fe #5ffe11

#b011fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011fe Color CSS Codes

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

#b011fe Text Font Color

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

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


#b011fe Background Color

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

This div background color is #b011fe


#b011fe Border Color

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

This div border color is #b011fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011fe


Comments

No comments written yet.

Please login to write comment.