Color Hex Logo

#b101eb Color Hex

#B101EB
(177,1,235)
0 Favorites   0 Comments

Color spaces of #b101eb

RGB 1771235
HSL0.790.990.46
HSV285°100°92°
CMYK 0.251.000.00   0.08
XYZ33.137715.367079.8168
Yxy15.36700.25820.1198
Hunter Lab39.200882.2906-93.2800
CIE-Lab46.132884.0959-73.2073

#b101eb color RGB value is (177,1,235).

#b101eb hex color red value is 177, green value is 1 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b101eb hue: 0.79 , saturation: 0.99 and the lightness value of b101eb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000001 11101011
Octal 261 1 353
Decimal 177 1 235
Hex B1 1 EB

RGB Percentages of Color #b101eb

%42.86
%0.24
%56.90

CMYK Percentages of Color #b101eb

%25
%100
%0
%8

Triadic Colors of #b101eb

#b101eb #ebb101 #01ebb1

Analogous Colors of #b101eb

#b101eb #eb01b0 #3c01eb

Monochromatic Colors of #b101eb

#b101eb

Complementary Color

#b101eb #3beb01

#b101eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b101eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b101eb Color CSS Codes

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

#b101eb Text Font Color

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

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


#b101eb Background Color

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

This div background color is #b101eb


#b101eb Border Color

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

This div border color is #b101eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,1,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b101eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b101eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b101eb;
  box-shadow:         1px 1px 3px 2px #b101eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,1,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b101eb


Comments

No comments written yet.

Please login to write comment.