Color Hex Logo

#112ecc Color Hex

#112ECC
(17,46,204)
0 Favorites   0 Comments

Color spaces of #112ecc

RGB 1746204
HSL0.640.850.43
HSV231°92°80°
CMYK 0.920.770.00   0.20
XYZ12.10726.432857.7303
Yxy6.43280.15870.0843
Hunter Lab25.363040.8231-117.1998
CIE-Lab30.479151.2364-81.7379

#112ecc color RGB value is (17,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 11001100
Octal 21 56 314
Decimal 17 46 204
Hex 11 2E CC

RGB Percentages of Color #112ecc

%6.37
%17.23
%76.40

CMYK Percentages of Color #112ecc

%92
%77
%0
%20

Triadic Colors of #112ecc

#112ecc #cc112e #2ecc11

Analogous Colors of #112ecc

#112ecc #5211cc #118ccc

Monochromatic Colors of #112ecc

#112ecc

Complementary Color

#112ecc #ccaf11

#112ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ecc Color CSS Codes

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

#112ecc Text Font Color

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

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


#112ecc Background Color

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

This div background color is #112ecc


#112ecc Border Color

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

This div border color is #112ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ecc


Comments

No comments written yet.

Please login to write comment.