Color Hex Logo

#b000eb Color Hex

#B000EB
(176,0,235)
0 Favorites   0 Comments

Color spaces of #b000eb

RGB 1760235
HSL0.791.000.46
HSV285°100°92°
CMYK 0.251.000.00   0.08
XYZ32.899915.228379.8026
Yxy15.22830.25720.1190
Hunter Lab39.023582.1988-93.9311
CIE-Lab45.945384.0603-73.5198

#b000eb color RGB value is (176,0,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 11101011
Octal 260 0 353
Decimal 176 0 235
Hex B0 0 EB

RGB Percentages of Color #b000eb

%42.82
%0.00
%57.18

CMYK Percentages of Color #b000eb

%25
%100
%0
%8

Triadic Colors of #b000eb

#b000eb #ebb000 #00ebb0

Analogous Colors of #b000eb

#b000eb #eb00b1 #3b00eb

Monochromatic Colors of #b000eb

#b000eb

Complementary Color

#b000eb #3beb00

#b000eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b000eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b000eb Color CSS Codes

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

#b000eb Text Font Color

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

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


#b000eb Background Color

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

This div background color is #b000eb


#b000eb Border Color

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

This div border color is #b000eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b000eb


Comments

No comments written yet.

Please login to write comment.