Color Hex Logo

#112ffc Color Hex

#112FFC
(17,47,252)
0 Favorites   0 Comments

Color spaces of #112ffc

RGB 1747252
HSL0.650.980.53
HSV232°93°99°
CMYK 0.930.810.00   0.01
XYZ18.81849.180592.8756
Yxy9.18050.15570.0760
Hunter Lab30.299357.8394-160.5302
CIE-Lab36.329565.8609-99.4519

#112ffc color RGB value is (17,47,252).

#112ffc hex color red value is 17, green value is 47 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #112ffc hue: 0.65 , saturation: 0.98 and the lightness value of 112ffc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101111 11111100
Octal 21 57 374
Decimal 17 47 252
Hex 11 2F FC

RGB Percentages of Color #112ffc

%5.38
%14.87
%79.75

CMYK Percentages of Color #112ffc

%93
%81
%0
%1

Triadic Colors of #112ffc

#112ffc #fc112f #2ffc11

Analogous Colors of #112ffc

#112ffc #6911fc #11a5fc

Monochromatic Colors of #112ffc

#112ffc

Complementary Color

#112ffc #fcde11

#112ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ffc Color CSS Codes

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

#112ffc Text Font Color

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

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


#112ffc Background Color

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

This div background color is #112ffc


#112ffc Border Color

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

This div border color is #112ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ffc


Comments

No comments written yet.

Please login to write comment.