Color Hex Logo

#112adb Color Hex

#112ADB
(17,42,219)
0 Favorites   0 Comments

Color spaces of #112adb

RGB 1742219
HSL0.650.860.46
HSV233°92°86°
CMYK 0.920.810.00   0.14
XYZ13.84536.889667.6179
Yxy6.88960.15670.0780
Hunter Lab26.248048.2210-134.3640
CIE-Lab31.554258.1069-88.6432

#112adb color RGB value is (17,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11011011
Octal 21 52 333
Decimal 17 42 219
Hex 11 2A DB

RGB Percentages of Color #112adb

%6.12
%15.11
%78.78

CMYK Percentages of Color #112adb

%92
%81
%0
%14

Triadic Colors of #112adb

#112adb #db112a #2adb11

Analogous Colors of #112adb

#112adb #5d11db #118fdb

Monochromatic Colors of #112adb

#112adb

Complementary Color

#112adb #dbc211

#112adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112adb Color CSS Codes

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

#112adb Text Font Color

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

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


#112adb Background Color

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

This div background color is #112adb


#112adb Border Color

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

This div border color is #112adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112adb


Comments

No comments written yet.

Please login to write comment.