Color Hex Logo

#5b0feb Color Hex

#5B0FEB
(91,15,235)
0 Favorites   0 Comments

Color spaces of #5b0feb

RGB 9115235
HSL0.720.880.49
HSV261°94°92°
CMYK 0.610.940.00   0.08
XYZ19.48068.564079.2235
Yxy8.56400.18160.0798
Hunter Lab29.264367.6109-140.0232
CIE-Lab35.130974.4062-91.7281

#5b0feb color RGB value is (91,15,235).

#5b0feb hex color red value is 91, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5b0feb hue: 0.72 , saturation: 0.88 and the lightness value of 5b0feb is 0.49.

The process color (four color CMYK) of #5b0feb color hex is 0.61, 0.94, 0.00, 0.08. Web safe color of #5b0feb is #6600ff. Color #5b0feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00001111 11101011
Octal 133 17 353
Decimal 91 15 235
Hex 5B F EB

RGB Percentages of Color #5b0feb

%26.69
%4.40
%68.91

CMYK Percentages of Color #5b0feb

%61
%94
%0
%8

Triadic Colors of #5b0feb

#5b0feb #eb5b0f #0feb5b

Analogous Colors of #5b0feb

#5b0feb #c90feb #0f31eb

Monochromatic Colors of #5b0feb

#5b0feb

Complementary Color

#5b0feb #9feb0f

#5b0feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b0feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b0feb Color CSS Codes

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

#5b0feb Text Font Color

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

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


#5b0feb Background Color

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

This div background color is #5b0feb


#5b0feb Border Color

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

This div border color is #5b0feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b0feb


Comments

No comments written yet.

Please login to write comment.