Color Hex Logo

#113eef Color Hex

#113EEF
(17,62,239)
0 Favorites   0 Comments

Color spaces of #113eef

RGB 1762239
HSL0.630.870.50
HSV228°93°94°
CMYK 0.930.740.00   0.06
XYZ17.53389.796482.6281
Yxy9.79640.15950.0891
Hunter Lab31.299245.2220-134.6128
CIE-Lab37.474554.1376-90.2282

#113eef color RGB value is (17,62,239).

#113eef hex color red value is 17, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #113eef hue: 0.63 , saturation: 0.87 and the lightness value of 113eef is 0.50.

The process color (four color CMYK) of #113eef color hex is 0.93, 0.74, 0.00, 0.06. Web safe color of #113eef is #0033ff. Color #113eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 11101111
Octal 21 76 357
Decimal 17 62 239
Hex 11 3E EF

RGB Percentages of Color #113eef

%5.35
%19.50
%75.16

CMYK Percentages of Color #113eef

%93
%74
%0
%6

Triadic Colors of #113eef

#113eef #ef113e #3eef11

Analogous Colors of #113eef

#113eef #5311ef #11adef

Monochromatic Colors of #113eef

#113eef

Complementary Color

#113eef #efc211

#113eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#113eef Color CSS Codes

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

#113eef Text Font Color

<p style="color:#113eef">Text here</p>

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


#113eef Background Color

<div style="background-color:#113eef">
Div content here</div>

This div background color is #113eef


#113eef Border Color

<div style="border:3px solid #113eef">
Div here</div>

This div border color is #113eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,62,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113eef;
  -webkit-box-shadow: 1px 1px 3px 2px #113eef;
  box-shadow:         1px 1px 3px 2px #113eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113eef


Comments

No comments written yet.

Please login to write comment.