Color Hex Logo

#112bef Color Hex

#112BEF
(17,43,239)
0 Favorites   0 Comments

Color spaces of #112bef

RGB 1743239
HSL0.650.870.50
HSV233°93°94°
CMYK 0.930.820.00   0.06
XYZ16.67508.078982.3419
Yxy8.07890.15570.0754
Hunter Lab28.423454.9786-151.8653
CIE-Lab34.146763.7568-95.7550

#112bef color RGB value is (17,43,239).

#112bef hex color red value is 17, green value is 43 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #112bef hue: 0.65 , saturation: 0.87 and the lightness value of 112bef is 0.50.

The process color (four color CMYK) of #112bef color hex is 0.93, 0.82, 0.00, 0.06. Web safe color of #112bef is #0033ff. Color #112bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101011 11101111
Octal 21 53 357
Decimal 17 43 239
Hex 11 2B EF

RGB Percentages of Color #112bef

%5.69
%14.38
%79.93

CMYK Percentages of Color #112bef

%93
%82
%0
%6

Triadic Colors of #112bef

#112bef #ef112b #2bef11

Analogous Colors of #112bef

#112bef #6611ef #119aef

Monochromatic Colors of #112bef

#112bef

Complementary Color

#112bef #efd511

#112bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#112bef Color CSS Codes

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

#112bef Text Font Color

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

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


#112bef Background Color

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

This div background color is #112bef


#112bef Border Color

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

This div border color is #112bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,43,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112bef;
  -webkit-box-shadow: 1px 1px 3px 2px #112bef;
  box-shadow:         1px 1px 3px 2px #112bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112bef


Comments

No comments written yet.

Please login to write comment.