Color Hex Logo

#112bdf Color Hex

#112BDF
(17,43,223)
0 Favorites   0 Comments

Color spaces of #112bdf

RGB 1743223
HSL0.650.860.47
HSV232°92°87°
CMYK 0.920.810.00   0.13
XYZ14.41437.174670.4372
Yxy7.17460.15660.0780
Hunter Lab26.785449.1833-137.1640
CIE-Lab32.201158.8743-89.8672

#112bdf color RGB value is (17,43,223).

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

The process color (four color CMYK) of #112bdf color hex is 0.92, 0.81, 0.00, 0.13. Web safe color of #112bdf is #0033cc. Color #112bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101011 11011111
Octal 21 53 337
Decimal 17 43 223
Hex 11 2B DF

RGB Percentages of Color #112bdf

%6.01
%15.19
%78.80

CMYK Percentages of Color #112bdf

%92
%81
%0
%13

Triadic Colors of #112bdf

#112bdf #df112b #2bdf11

Analogous Colors of #112bdf

#112bdf #5e11df #1192df

Monochromatic Colors of #112bdf

#112bdf

Complementary Color

#112bdf #dfc511

#112bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112bdf Color CSS Codes

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

#112bdf Text Font Color

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

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


#112bdf Background Color

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

This div background color is #112bdf


#112bdf Border Color

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

This div border color is #112bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112bdf


Comments

No comments written yet.

Please login to write comment.