Color Hex Logo

#5b11bb Color Hex

#5B11BB
(91,17,187)
0 Favorites   0 Comments

Color spaces of #5b11bb

RGB 9117187
HSL0.740.830.40
HSV266°91°73°
CMYK 0.510.910.00   0.27
XYZ13.48456.212947.5022
Yxy6.21290.20070.0925
Hunter Lab24.925752.9464-95.5441
CIE-Lab29.943462.7450-72.4741

#5b11bb color RGB value is (91,17,187).

#5b11bb hex color red value is 91, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5b11bb hue: 0.74 , saturation: 0.83 and the lightness value of 5b11bb is 0.40.

The process color (four color CMYK) of #5b11bb color hex is 0.51, 0.91, 0.00, 0.27. Web safe color of #5b11bb is #6600cc. Color #5b11bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00010001 10111011
Octal 133 21 273
Decimal 91 17 187
Hex 5B 11 BB

RGB Percentages of Color #5b11bb

%30.85
%5.76
%63.39

CMYK Percentages of Color #5b11bb

%51
%91
%0
%27

Triadic Colors of #5b11bb

#5b11bb #bb5b11 #11bb5b

Analogous Colors of #5b11bb

#5b11bb #b011bb #111cbb

Monochromatic Colors of #5b11bb

#5b11bb

Complementary Color

#5b11bb #71bb11

#5b11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b11bb Color CSS Codes

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

#5b11bb Text Font Color

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

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


#5b11bb Background Color

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

This div background color is #5b11bb


#5b11bb Border Color

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

This div border color is #5b11bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,17,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b11bb


Comments

No comments written yet.

Please login to write comment.