Color Hex Logo

#112fda Color Hex

#112FDA
(17,47,218)
0 Favorites   0 Comments

Color spaces of #112fda

RGB 1747218
HSL0.640.860.46
HSV231°92°85°
CMYK 0.920.780.00   0.15
XYZ13.90267.214266.9894
Yxy7.21420.15780.0819
Hunter Lab26.859345.3895-129.0731
CIE-Lab32.289655.2995-86.8450

#112fda color RGB value is (17,47,218).

#112fda hex color red value is 17, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #112fda hue: 0.64 , saturation: 0.86 and the lightness value of 112fda is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101111 11011010
Octal 21 57 332
Decimal 17 47 218
Hex 11 2F DA

RGB Percentages of Color #112fda

%6.03
%16.67
%77.30

CMYK Percentages of Color #112fda

%92
%78
%0
%15

Triadic Colors of #112fda

#112fda #da112f #2fda11

Analogous Colors of #112fda

#112fda #5711da #1194da

Monochromatic Colors of #112fda

#112fda

Complementary Color

#112fda #dabc11

#112fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#112fda Color CSS Codes

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

#112fda Text Font Color

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

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


#112fda Background Color

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

This div background color is #112fda


#112fda Border Color

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

This div border color is #112fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112fda


Comments

No comments written yet.

Please login to write comment.