Color Hex Logo

#112dbf Color Hex

#112DBF
(17,45,191)
0 Favorites   0 Comments

Color spaces of #112dbf

RGB 1745191
HSL0.640.840.41
HSV230°91°75°
CMYK 0.910.760.00   0.25
XYZ10.57355.757549.8442
Yxy5.75750.15980.0870
Hunter Lab23.994836.6666-106.3663
CIE-Lab28.792247.4015-76.9118

#112dbf color RGB value is (17,45,191).

#112dbf hex color red value is 17, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #112dbf hue: 0.64 , saturation: 0.84 and the lightness value of 112dbf is 0.41.

The process color (four color CMYK) of #112dbf color hex is 0.91, 0.76, 0.00, 0.25. Web safe color of #112dbf is #0033cc. Color #112dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 10111111
Octal 21 55 277
Decimal 17 45 191
Hex 11 2D BF

RGB Percentages of Color #112dbf

%6.72
%17.79
%75.49

CMYK Percentages of Color #112dbf

%91
%76
%0
%25

Triadic Colors of #112dbf

#112dbf #bf112d #2dbf11

Analogous Colors of #112dbf

#112dbf #4c11bf #1184bf

Monochromatic Colors of #112dbf

#112dbf

Complementary Color

#112dbf #bfa311

#112dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112dbf Color CSS Codes

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

#112dbf Text Font Color

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

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


#112dbf Background Color

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

This div background color is #112dbf


#112dbf Border Color

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

This div border color is #112dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112dbf


Comments

No comments written yet.

Please login to write comment.