Color Hex Logo

#113fde Color Hex

#113FDE
(17,63,222)
0 Favorites   0 Comments

Color spaces of #113fde

RGB 1763222
HSL0.630.860.47
HSV227°92°87°
CMYK 0.920.720.00   0.13
XYZ15.19358.948170.0336
Yxy8.94810.16130.0950
Hunter Lab29.913438.3147-117.8712
CIE-Lab35.884247.7196-83.1861

#113fde color RGB value is (17,63,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 11011110
Octal 21 77 336
Decimal 17 63 222
Hex 11 3F DE

RGB Percentages of Color #113fde

%5.63
%20.86
%73.51

CMYK Percentages of Color #113fde

%92
%72
%0
%13

Triadic Colors of #113fde

#113fde #de113f #3fde11

Analogous Colors of #113fde

#113fde #4911de #11a6de

Monochromatic Colors of #113fde

#113fde

Complementary Color

#113fde #deb011

#113fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fde Color CSS Codes

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

#113fde Text Font Color

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

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


#113fde Background Color

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

This div background color is #113fde


#113fde Border Color

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

This div border color is #113fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fde


Comments

No comments written yet.

Please login to write comment.