Color Hex Logo

#1113eb Color Hex

#1113EB
(17,19,235)
0 Favorites   0 Comments

Color spaces of #1113eb

RGB 1719235
HSL0.670.870.49
HSV239°93°92°
CMYK 0.930.920.00   0.08
XYZ15.45946.583179.0531
Yxy6.58310.15290.0651
Hunter Lab25.657662.6506-164.7172
CIE-Lab30.838371.0428-99.0001

#1113eb color RGB value is (17,19,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 11101011
Octal 21 23 353
Decimal 17 19 235
Hex 11 13 EB

RGB Percentages of Color #1113eb

%6.27
%7.01
%86.72

CMYK Percentages of Color #1113eb

%93
%92
%0
%8

Triadic Colors of #1113eb

#1113eb #eb1113 #13eb11

Analogous Colors of #1113eb

#1113eb #7c11eb #1180eb

Monochromatic Colors of #1113eb

#1113eb

Complementary Color

#1113eb #ebe911

#1113eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1113eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1113eb Color CSS Codes

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

#1113eb Text Font Color

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

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


#1113eb Background Color

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

This div background color is #1113eb


#1113eb Border Color

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

This div border color is #1113eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1113eb


Comments

No comments written yet.

Please login to write comment.