Color Hex Logo

#112cde Color Hex

#112CDE
(17,44,222)
0 Favorites   0 Comments

Color spaces of #112cde

RGB 1744222
HSL0.640.860.47
HSV232°92°87°
CMYK 0.920.800.00   0.13
XYZ14.31677.194569.7413
Yxy7.19450.15690.0788
Hunter Lab26.822648.3359-135.3840
CIE-Lab32.245758.0792-89.2189

#112cde color RGB value is (17,44,222).

#112cde hex color red value is 17, green value is 44 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #112cde hue: 0.64 , saturation: 0.86 and the lightness value of 112cde is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 11011110
Octal 21 54 336
Decimal 17 44 222
Hex 11 2C DE

RGB Percentages of Color #112cde

%6.01
%15.55
%78.45

CMYK Percentages of Color #112cde

%92
%80
%0
%13

Triadic Colors of #112cde

#112cde #de112c #2cde11

Analogous Colors of #112cde

#112cde #5d11de #1193de

Monochromatic Colors of #112cde

#112cde

Complementary Color

#112cde #dec311

#112cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#112cde Color CSS Codes

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

#112cde Text Font Color

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

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


#112cde Background Color

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

This div background color is #112cde


#112cde Border Color

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

This div border color is #112cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112cde


Comments

No comments written yet.

Please login to write comment.