Color Hex Logo

#112ebf Color Hex

#112EBF
(17,46,191)
0 Favorites   0 Comments

Color spaces of #112ebf

RGB 1746191
HSL0.640.840.41
HSV230°91°75°
CMYK 0.910.760.00   0.25
XYZ10.61215.834749.8571
Yxy5.83470.16010.0880
Hunter Lab24.155136.1492-105.4682
CIE-Lab28.991546.8346-76.5815

#112ebf color RGB value is (17,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 10111111
Octal 21 56 277
Decimal 17 46 191
Hex 11 2E BF

RGB Percentages of Color #112ebf

%6.69
%18.11
%75.20

CMYK Percentages of Color #112ebf

%91
%76
%0
%25

Triadic Colors of #112ebf

#112ebf #bf112e #2ebf11

Analogous Colors of #112ebf

#112ebf #4b11bf #1185bf

Monochromatic Colors of #112ebf

#112ebf

Complementary Color

#112ebf #bfa211

#112ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ebf Color CSS Codes

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

#112ebf Text Font Color

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

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


#112ebf Background Color

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

This div background color is #112ebf


#112ebf Border Color

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

This div border color is #112ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ebf


Comments

No comments written yet.

Please login to write comment.