Color Hex Logo

#112ebe Color Hex

#112EBE
(17,46,190)
0 Favorites   0 Comments

Color spaces of #112ebe

RGB 1746190
HSL0.640.840.41
HSV230°91°75°
CMYK 0.910.760.00   0.25
XYZ10.50245.790949.2794
Yxy5.79090.16020.0883
Hunter Lab24.064335.7904-104.5704
CIE-Lab28.878746.4886-76.1784

#112ebe color RGB value is (17,46,190).

#112ebe hex color red value is 17, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #112ebe hue: 0.64 , saturation: 0.84 and the lightness value of 112ebe is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 10111110
Octal 21 56 276
Decimal 17 46 190
Hex 11 2E BE

RGB Percentages of Color #112ebe

%6.72
%18.18
%75.10

CMYK Percentages of Color #112ebe

%91
%76
%0
%25

Triadic Colors of #112ebe

#112ebe #be112e #2ebe11

Analogous Colors of #112ebe

#112ebe #4b11be #1185be

Monochromatic Colors of #112ebe

#112ebe

Complementary Color

#112ebe #bea111

#112ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ebe Color CSS Codes

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

#112ebe Text Font Color

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

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


#112ebe Background Color

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

This div background color is #112ebe


#112ebe Border Color

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

This div border color is #112ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ebe


Comments

No comments written yet.

Please login to write comment.