Color Hex Logo

#112deb Color Hex

#112DEB
(17,45,235)
0 Favorites   0 Comments

Color spaces of #112deb

RGB 1745235
HSL0.650.870.49
HSV232°93°92°
CMYK 0.930.810.00   0.08
XYZ16.16497.994179.2883
Yxy7.99410.15630.0773
Hunter Lab28.273852.5739-146.4752
CIE-Lab33.970661.6319-93.7777

#112deb color RGB value is (17,45,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11101011
Octal 21 55 353
Decimal 17 45 235
Hex 11 2D EB

RGB Percentages of Color #112deb

%5.72
%15.15
%79.12

CMYK Percentages of Color #112deb

%93
%81
%0
%8

Triadic Colors of #112deb

#112deb #eb112d #2deb11

Analogous Colors of #112deb

#112deb #6211eb #119aeb

Monochromatic Colors of #112deb

#112deb

Complementary Color

#112deb #ebcf11

#112deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112deb Color CSS Codes

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

#112deb Text Font Color

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

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


#112deb Background Color

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

This div background color is #112deb


#112deb Border Color

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

This div border color is #112deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112deb


Comments

No comments written yet.

Please login to write comment.