Color Hex Logo

#b908eb Color Hex

#B908EB
(185,8,235)
0 Favorites   0 Comments

Color spaces of #b908eb

RGB 1858235
HSL0.800.930.48
HSV287°97°92°
CMYK 0.210.970.00   0.08
XYZ35.089816.486179.9300
Yxy16.48610.26680.1254
Hunter Lab40.603183.2070-88.2944
CIE-Lab47.605984.5252-70.7527

#b908eb color RGB value is (185,8,235).

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

The process color (four color CMYK) of #b908eb color hex is 0.21, 0.97, 0.00, 0.08. Web safe color of #b908eb is #cc00ff. Color #b908eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001000 11101011
Octal 271 10 353
Decimal 185 8 235
Hex B9 8 EB

RGB Percentages of Color #b908eb

%43.22
%1.87
%54.91

CMYK Percentages of Color #b908eb

%21
%97
%0
%8

Triadic Colors of #b908eb

#b908eb #ebb908 #08ebb9

Analogous Colors of #b908eb

#b908eb #eb08ac #4808eb

Monochromatic Colors of #b908eb

#b908eb

Complementary Color

#b908eb #3aeb08

#b908eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b908eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b908eb Color CSS Codes

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

#b908eb Text Font Color

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

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


#b908eb Background Color

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

This div background color is #b908eb


#b908eb Border Color

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

This div border color is #b908eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b908eb


Comments

No comments written yet.

Please login to write comment.