Color Hex Logo

#111ebe Color Hex

#111EBE
(17,30,190)
0 Favorites   0 Comments

Color spaces of #111ebe

RGB 1730190
HSL0.650.840.41
HSV235°91°75°
CMYK 0.910.840.00   0.25
XYZ9.98974.765449.1085
Yxy4.76540.15640.0746
Hunter Lab21.829843.4826-118.0984
CIE-Lab26.055754.6872-80.8679

#111ebe color RGB value is (17,30,190).

#111ebe hex color red value is 17, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #111ebe hue: 0.65 , saturation: 0.84 and the lightness value of 111ebe is 0.41.

The process color (four color CMYK) of #111ebe color hex is 0.91, 0.84, 0.00, 0.25. Web safe color of #111ebe is #0033cc. Color #111ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011110 10111110
Octal 21 36 276
Decimal 17 30 190
Hex 11 1E BE

RGB Percentages of Color #111ebe

%7.17
%12.66
%80.17

CMYK Percentages of Color #111ebe

%91
%84
%0
%25

Triadic Colors of #111ebe

#111ebe #be111e #1ebe11

Analogous Colors of #111ebe

#111ebe #5a11be #1175be

Monochromatic Colors of #111ebe

#111ebe

Complementary Color

#111ebe #beb111

#111ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#111ebe Color CSS Codes

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

#111ebe Text Font Color

<p style="color:#111ebe">Text here</p>

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


#111ebe Background Color

<div style="background-color:#111ebe">
Div content here</div>

This div background color is #111ebe


#111ebe Border Color

<div style="border:3px solid #111ebe">
Div here</div>

This div border color is #111ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,30,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #111ebe;
  box-shadow:         1px 1px 3px 2px #111ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111ebe


Comments

No comments written yet.

Please login to write comment.