Color Hex Logo

#112abb Color Hex

#112ABB
(17,42,187)
0 Favorites   0 Comments

Color spaces of #112abb

RGB 1742187
HSL0.640.830.40
HSV231°91°73°
CMYK 0.910.780.00   0.27
XYZ10.02885.363047.5203
Yxy5.36300.15940.0852
Hunter Lab23.158236.7739-105.4518
CIE-Lab27.744947.7135-76.2839

#112abb color RGB value is (17,42,187).

#112abb hex color red value is 17, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #112abb hue: 0.64 , saturation: 0.83 and the lightness value of 112abb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 10111011
Octal 21 52 273
Decimal 17 42 187
Hex 11 2A BB

RGB Percentages of Color #112abb

%6.91
%17.07
%76.02

CMYK Percentages of Color #112abb

%91
%78
%0
%27

Triadic Colors of #112abb

#112abb #bb112a #2abb11

Analogous Colors of #112abb

#112abb #4d11bb #117fbb

Monochromatic Colors of #112abb

#112abb

Complementary Color

#112abb #bba211

#112abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112abb Color CSS Codes

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

#112abb Text Font Color

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

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


#112abb Background Color

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

This div background color is #112abb


#112abb Border Color

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

This div border color is #112abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112abb


Comments

No comments written yet.

Please login to write comment.