Color Hex Logo

#113beb Color Hex

#113BEB
(17,59,235)
0 Favorites   0 Comments

Color spaces of #113beb

RGB 1759235
HSL0.630.870.49
HSV228°93°92°
CMYK 0.930.750.00   0.08
XYZ16.79059.245379.4968
Yxy9.24530.15910.0876
Hunter Lab30.406145.3586-133.7296
CIE-Lab36.452454.4632-89.6564

#113beb color RGB value is (17,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11101011
Octal 21 73 353
Decimal 17 59 235
Hex 11 3B EB

RGB Percentages of Color #113beb

%5.47
%18.97
%75.56

CMYK Percentages of Color #113beb

%93
%75
%0
%8

Triadic Colors of #113beb

#113beb #eb113b #3beb11

Analogous Colors of #113beb

#113beb #5411eb #11a8eb

Monochromatic Colors of #113beb

#113beb

Complementary Color

#113beb #ebc111

#113beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#113beb Color CSS Codes

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

#113beb Text Font Color

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

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


#113beb Background Color

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

This div background color is #113beb


#113beb Border Color

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

This div border color is #113beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113beb


Comments

No comments written yet.

Please login to write comment.