Color Hex Logo

#112cec Color Hex

#112CEC
(17,44,236)
0 Favorites   0 Comments

Color spaces of #112cec

RGB 1744236
HSL0.650.870.50
HSV233°93°93°
CMYK 0.930.810.00   0.07
XYZ16.27227.976780.0389
Yxy7.97670.15600.0765
Hunter Lab28.243153.4172-148.2537
CIE-Lab33.934362.3999-94.4063

#112cec color RGB value is (17,44,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 11101100
Octal 21 54 354
Decimal 17 44 236
Hex 11 2C EC

RGB Percentages of Color #112cec

%5.72
%14.81
%79.46

CMYK Percentages of Color #112cec

%93
%81
%0
%7

Triadic Colors of #112cec

#112cec #ec112c #2cec11

Analogous Colors of #112cec

#112cec #6311ec #119aec

Monochromatic Colors of #112cec

#112cec

Complementary Color

#112cec #ecd111

#112cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#112cec Color CSS Codes

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

#112cec Text Font Color

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

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


#112cec Background Color

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

This div background color is #112cec


#112cec Border Color

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

This div border color is #112cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112cec


Comments

No comments written yet.

Please login to write comment.