Color Hex Logo

#112ecd Color Hex

#112ECD
(17,46,205)
0 Favorites   0 Comments

Color spaces of #112ecd

RGB 1746205
HSL0.640.850.44
HSV231°92°80°
CMYK 0.920.780.00   0.20
XYZ12.22766.480958.3641
Yxy6.48090.15870.0841
Hunter Lab25.457641.1849-118.1079
CIE-Lab30.594751.5695-82.1289

#112ecd color RGB value is (17,46,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 11001101
Octal 21 56 315
Decimal 17 46 205
Hex 11 2E CD

RGB Percentages of Color #112ecd

%6.34
%17.16
%76.49

CMYK Percentages of Color #112ecd

%92
%78
%0
%20

Triadic Colors of #112ecd

#112ecd #cd112e #2ecd11

Analogous Colors of #112ecd

#112ecd #5211cd #118ccd

Monochromatic Colors of #112ecd

#112ecd

Complementary Color

#112ecd #cdb011

#112ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ecd Color CSS Codes

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

#112ecd Text Font Color

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

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


#112ecd Background Color

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

This div background color is #112ecd


#112ecd Border Color

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

This div border color is #112ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ecd


Comments

No comments written yet.

Please login to write comment.