Color Hex Logo

#113cde Color Hex

#113CDE
(17,60,222)
0 Favorites   0 Comments

Color spaces of #113cde

RGB 1760222
HSL0.630.860.47
HSV227°92°87°
CMYK 0.920.730.00   0.13
XYZ15.03188.624869.9797
Yxy8.62480.16050.0921
Hunter Lab29.368039.9699-120.7218
CIE-Lab35.251649.4800-84.2324

#113cde color RGB value is (17,60,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11011110
Octal 21 74 336
Decimal 17 60 222
Hex 11 3C DE

RGB Percentages of Color #113cde

%5.69
%20.07
%74.25

CMYK Percentages of Color #113cde

%92
%73
%0
%13

Triadic Colors of #113cde

#113cde #de113c #3cde11

Analogous Colors of #113cde

#113cde #4d11de #11a3de

Monochromatic Colors of #113cde

#113cde

Complementary Color

#113cde #deb311

#113cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cde Color CSS Codes

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

#113cde Text Font Color

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

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


#113cde Background Color

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

This div background color is #113cde


#113cde Border Color

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

This div border color is #113cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cde


Comments

No comments written yet.

Please login to write comment.