Color Hex Logo

#1112eb Color Hex

#1112EB
(17,18,235)
0 Favorites   0 Comments

Color spaces of #1112eb

RGB 1718235
HSL0.670.870.49
HSV240°93°92°
CMYK 0.930.920.00   0.08
XYZ15.44296.549979.0476
Yxy6.54990.15280.0648
Hunter Lab25.592862.9211-165.2122
CIE-Lab30.759571.2856-99.1319

#1112eb color RGB value is (17,18,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010010 11101011
Octal 21 22 353
Decimal 17 18 235
Hex 11 12 EB

RGB Percentages of Color #1112eb

%6.30
%6.67
%87.04

CMYK Percentages of Color #1112eb

%93
%92
%0
%8

Triadic Colors of #1112eb

#1112eb #eb1112 #12eb11

Analogous Colors of #1112eb

#1112eb #7d11eb #117feb

Monochromatic Colors of #1112eb

#1112eb

Complementary Color

#1112eb #ebea11

#1112eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1112eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1112eb Color CSS Codes

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

#1112eb Text Font Color

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

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


#1112eb Background Color

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

This div background color is #1112eb


#1112eb Border Color

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

This div border color is #1112eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1112eb


Comments

No comments written yet.

Please login to write comment.