Color Hex Logo

#112fed Color Hex

#112FED
(17,47,237)
0 Favorites   0 Comments

Color spaces of #112fed

RGB 1747237
HSL0.640.870.50
HSV232°93°93°
CMYK 0.930.800.00   0.07
XYZ16.53378.266680.8450
Yxy8.26660.15650.0782
Hunter Lab28.751752.3312-146.5875
CIE-Lab34.532161.3027-93.9796

#112fed color RGB value is (17,47,237).

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

The process color (four color CMYK) of #112fed color hex is 0.93, 0.80, 0.00, 0.07. Web safe color of #112fed is #0033ff. Color #112fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101111 11101101
Octal 21 57 355
Decimal 17 47 237
Hex 11 2F ED

RGB Percentages of Color #112fed

%5.65
%15.61
%78.74

CMYK Percentages of Color #112fed

%93
%80
%0
%7

Triadic Colors of #112fed

#112fed #ed112f #2fed11

Analogous Colors of #112fed

#112fed #6111ed #119ded

Monochromatic Colors of #112fed

#112fed

Complementary Color

#112fed #edcf11

#112fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#112fed Color CSS Codes

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

#112fed Text Font Color

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

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


#112fed Background Color

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

This div background color is #112fed


#112fed Border Color

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

This div border color is #112fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112fed


Comments

No comments written yet.

Please login to write comment.