Color Hex Logo

#112fcc Color Hex

#112FCC
(17,47,204)
0 Favorites   0 Comments

Color spaces of #112fcc

RGB 1747204
HSL0.640.850.43
HSV230°92°80°
CMYK 0.920.770.00   0.20
XYZ12.14686.511857.7434
Yxy6.51180.15900.0852
Hunter Lab25.518240.3100-116.3004
CIE-Lab30.668650.6936-81.4234

#112fcc color RGB value is (17,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101111 11001100
Octal 21 57 314
Decimal 17 47 204
Hex 11 2F CC

RGB Percentages of Color #112fcc

%6.34
%17.54
%76.12

CMYK Percentages of Color #112fcc

%92
%77
%0
%20

Triadic Colors of #112fcc

#112fcc #cc112f #2fcc11

Analogous Colors of #112fcc

#112fcc #5111cc #118dcc

Monochromatic Colors of #112fcc

#112fcc

Complementary Color

#112fcc #ccae11

#112fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112fcc Color CSS Codes

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

#112fcc Text Font Color

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

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


#112fcc Background Color

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

This div background color is #112fcc


#112fcc Border Color

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

This div border color is #112fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,47,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 #112fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112fcc


Comments

No comments written yet.

Please login to write comment.