Color Hex Logo

#113bef Color Hex

#113BEF
(17,59,239)
0 Favorites   0 Comments

Color spaces of #113bef

RGB 1759239
HSL0.640.870.50
HSV229°93°94°
CMYK 0.930.750.00   0.06
XYZ17.37519.479182.5752
Yxy9.47910.15880.0866
Hunter Lab30.788146.8561-137.4668
CIE-Lab36.890855.7922-91.1956

#113bef color RGB value is (17,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11101111
Octal 21 73 357
Decimal 17 59 239
Hex 11 3B EF

RGB Percentages of Color #113bef

%5.40
%18.73
%75.87

CMYK Percentages of Color #113bef

%93
%75
%0
%6

Triadic Colors of #113bef

#113bef #ef113b #3bef11

Analogous Colors of #113bef

#113bef #5611ef #11aaef

Monochromatic Colors of #113bef

#113bef

Complementary Color

#113bef #efc511

#113bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bef Color CSS Codes

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

#113bef Text Font Color

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

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


#113bef Background Color

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

This div background color is #113bef


#113bef Border Color

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

This div border color is #113bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bef


Comments

No comments written yet.

Please login to write comment.