Color Hex Logo

#112abc Color Hex

#112ABC
(17,42,188)
0 Favorites   0 Comments

Color spaces of #112abc

RGB 1742188
HSL0.640.830.40
HSV231°91°74°
CMYK 0.910.780.00   0.26
XYZ10.13625.405948.0862
Yxy5.40590.15930.0850
Hunter Lab23.250637.1293-106.3464
CIE-Lab27.861248.0525-76.6831

#112abc color RGB value is (17,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 10111100
Octal 21 52 274
Decimal 17 42 188
Hex 11 2A BC

RGB Percentages of Color #112abc

%6.88
%17.00
%76.11

CMYK Percentages of Color #112abc

%91
%78
%0
%26

Triadic Colors of #112abc

#112abc #bc112a #2abc11

Analogous Colors of #112abc

#112abc #4d11bc #1180bc

Monochromatic Colors of #112abc

#112abc

Complementary Color

#112abc #bca311

#112abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112abc Color CSS Codes

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

#112abc Text Font Color

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

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


#112abc Background Color

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

This div background color is #112abc


#112abc Border Color

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

This div border color is #112abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112abc


Comments

No comments written yet.

Please login to write comment.