Color Hex Logo

#0b11eb Color Hex

#0B11EB
(11,17,235)
0 Favorites   0 Comments

Color spaces of #0b11eb

RGB 1117235
HSL0.660.910.48
HSV238°95°92°
CMYK 0.950.930.00   0.08
XYZ15.33396.470279.0380
Yxy6.47020.15210.0642
Hunter Lab25.436663.0909-166.4236
CIE-Lab30.569071.4630-99.4529

#0b11eb color RGB value is (11,17,235).

#0b11eb hex color red value is 11, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0b11eb hue: 0.66 , saturation: 0.91 and the lightness value of 0b11eb is 0.48.

The process color (four color CMYK) of #0b11eb color hex is 0.95, 0.93, 0.00, 0.08. Web safe color of #0b11eb is #0000ff. Color #0b11eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010001 11101011
Octal 13 21 353
Decimal 11 17 235
Hex B 11 EB

RGB Percentages of Color #0b11eb

%4.18
%6.46
%89.35

CMYK Percentages of Color #0b11eb

%95
%93
%0
%8

Triadic Colors of #0b11eb

#0b11eb #eb0b11 #11eb0b

Analogous Colors of #0b11eb

#0b11eb #750beb #0b81eb

Monochromatic Colors of #0b11eb

#0b11eb

Complementary Color

#0b11eb #ebe50b

#0b11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b11eb Color CSS Codes

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

#0b11eb Text Font Color

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

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


#0b11eb Background Color

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

This div background color is #0b11eb


#0b11eb Border Color

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

This div border color is #0b11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b11eb


Comments

No comments written yet.

Please login to write comment.