Color Hex Logo

#1115eb Color Hex

#1115EB
(17,21,235)
0 Favorites   0 Comments

Color spaces of #1115eb

RGB 1721235
HSL0.660.870.49
HSV239°93°92°
CMYK 0.930.910.00   0.08
XYZ15.49476.653779.0649
Yxy6.65370.15310.0657
Hunter Lab25.794862.0826-163.6766
CIE-Lab31.005270.5312-98.7213

#1115eb color RGB value is (17,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 11101011
Octal 21 25 353
Decimal 17 21 235
Hex 11 15 EB

RGB Percentages of Color #1115eb

%6.23
%7.69
%86.08

CMYK Percentages of Color #1115eb

%93
%91
%0
%8

Triadic Colors of #1115eb

#1115eb #eb1115 #15eb11

Analogous Colors of #1115eb

#1115eb #7a11eb #1182eb

Monochromatic Colors of #1115eb

#1115eb

Complementary Color

#1115eb #ebe711

#1115eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1115eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1115eb Color CSS Codes

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

#1115eb Text Font Color

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

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


#1115eb Background Color

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

This div background color is #1115eb


#1115eb Border Color

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

This div border color is #1115eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1115eb


Comments

No comments written yet.

Please login to write comment.