Color Hex Logo

#112ea8 Color Hex

#112EA8
(17,46,168)
0 Favorites   0 Comments

Color spaces of #112ea8

RGB 1746168
HSL0.630.820.36
HSV228°90°66°
CMYK 0.900.730.00   0.34
XYZ8.27604.900337.5554
Yxy4.90030.16310.0966
Hunter Lab22.136627.9949-85.0915
CIE-Lab26.448838.6451-67.0725

#112ea8 color RGB value is (17,46,168).

#112ea8 hex color red value is 17, green value is 46 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #112ea8 hue: 0.63 , saturation: 0.82 and the lightness value of 112ea8 is 0.36.

The process color (four color CMYK) of #112ea8 color hex is 0.90, 0.73, 0.00, 0.34. Web safe color of #112ea8 is #003399. Color #112ea8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 10101000
Octal 21 56 250
Decimal 17 46 168
Hex 11 2E A8

RGB Percentages of Color #112ea8

%7.36
%19.91
%72.73

CMYK Percentages of Color #112ea8

%90
%73
%0
%34

Triadic Colors of #112ea8

#112ea8 #a8112e #2ea811

Analogous Colors of #112ea8

#112ea8 #3f11a8 #117aa8

Monochromatic Colors of #112ea8

#112ea8

Complementary Color

#112ea8 #a88b11

#112ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ea8 Color CSS Codes

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

#112ea8 Text Font Color

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

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


#112ea8 Background Color

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

This div background color is #112ea8


#112ea8 Border Color

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

This div border color is #112ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ea8


Comments

No comments written yet.

Please login to write comment.