Color Hex Logo

#b108eb Color Hex

#B108EB
(177,8,235)
0 Favorites   0 Comments

Color spaces of #b108eb

RGB 1778235
HSL0.790.930.48
HSV285°97°92°
CMYK 0.250.970.00   0.08
XYZ33.213715.518979.8422
Yxy15.51890.25830.1207
Hunter Lab39.394081.5565-92.5907
CIE-Lab46.336983.4852-72.8746

#b108eb color RGB value is (177,8,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001000 11101011
Octal 261 10 353
Decimal 177 8 235
Hex B1 8 EB

RGB Percentages of Color #b108eb

%42.14
%1.90
%55.95

CMYK Percentages of Color #b108eb

%25
%97
%0
%8

Triadic Colors of #b108eb

#b108eb #ebb108 #08ebb1

Analogous Colors of #b108eb

#b108eb #eb08b4 #4008eb

Monochromatic Colors of #b108eb

#b108eb

Complementary Color

#b108eb #42eb08

#b108eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b108eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b108eb Color CSS Codes

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

#b108eb Text Font Color

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

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


#b108eb Background Color

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

This div background color is #b108eb


#b108eb Border Color

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

This div border color is #b108eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b108eb


Comments

No comments written yet.

Please login to write comment.