Color Hex Logo

#112ddb Color Hex

#112DDB
(17,45,219)
0 Favorites   0 Comments

Color spaces of #112ddb

RGB 1745219
HSL0.640.860.46
HSV232°92°86°
CMYK 0.920.790.00   0.14
XYZ13.95577.110467.6547
Yxy7.11040.15730.0801
Hunter Lab26.665346.7563-131.7636
CIE-Lab32.056956.6376-87.8075

#112ddb color RGB value is (17,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11011011
Octal 21 55 333
Decimal 17 45 219
Hex 11 2D DB

RGB Percentages of Color #112ddb

%6.05
%16.01
%77.94

CMYK Percentages of Color #112ddb

%92
%79
%0
%14

Triadic Colors of #112ddb

#112ddb #db112d #2ddb11

Analogous Colors of #112ddb

#112ddb #5a11db #1192db

Monochromatic Colors of #112ddb

#112ddb

Complementary Color

#112ddb #dbbf11

#112ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ddb Color CSS Codes

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

#112ddb Text Font Color

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

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


#112ddb Background Color

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

This div background color is #112ddb


#112ddb Border Color

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

This div border color is #112ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ddb


Comments

No comments written yet.

Please login to write comment.