Color Hex Logo

#1113ff Color Hex

#1113FF
(17,19,255)
0 Favorites   0 Comments

Color spaces of #1113ff

RGB 1719255
HSL0.671.000.53
HSV239°93°100°
CMYK 0.930.930.00   0.00
XYZ18.51407.804995.1384
Yxy7.80490.15240.0643
Hunter Lab27.937369.4017-182.3520
CIE-Lab33.573276.1616-105.7322

#1113ff color RGB value is (17,19,255).

#1113ff hex color red value is 17, green value is 19 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1113ff hue: 0.67 , saturation: 1.00 and the lightness value of 1113ff is 0.53.

The process color (four color CMYK) of #1113ff color hex is 0.93, 0.93, 0.00, 0.00. Web safe color of #1113ff is #0000ff. Color #1113ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 11111111
Octal 21 23 377
Decimal 17 19 255
Hex 11 13 FF

RGB Percentages of Color #1113ff

%5.84
%6.53
%87.63

CMYK Percentages of Color #1113ff

%93
%93
%0
%0

Triadic Colors of #1113ff

#1113ff #ff1113 #13ff11

Analogous Colors of #1113ff

#1113ff #8611ff #118aff

Monochromatic Colors of #1113ff

#1113ff

Complementary Color

#1113ff #fffd11

#1113ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1113ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1113ff Color CSS Codes

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

#1113ff Text Font Color

<p style="color:#1113ff">Text here</p>

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


#1113ff Background Color

<div style="background-color:#1113ff">
Div content here</div>

This div background color is #1113ff


#1113ff Border Color

<div style="border:3px solid #1113ff">
Div here</div>

This div border color is #1113ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,19,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1113ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1113ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1113ff;
  box-shadow:         1px 1px 3px 2px #1113ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1113ff


Comments

No comments written yet.

Please login to write comment.