Color Hex Logo

#113eeb Color Hex

#113EEB
(17,62,235)
0 Favorites   0 Comments

Color spaces of #113eeb

RGB 1762235
HSL0.630.870.49
HSV228°93°92°
CMYK 0.930.740.00   0.08
XYZ16.94929.562679.5497
Yxy9.56260.15980.0902
Hunter Lab30.923543.7201-130.8754
CIE-Lab37.045752.7869-88.6734

#113eeb color RGB value is (17,62,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 11101011
Octal 21 76 353
Decimal 17 62 235
Hex 11 3E EB

RGB Percentages of Color #113eeb

%5.41
%19.75
%74.84

CMYK Percentages of Color #113eeb

%93
%74
%0
%8

Triadic Colors of #113eeb

#113eeb #eb113e #3eeb11

Analogous Colors of #113eeb

#113eeb #5111eb #11abeb

Monochromatic Colors of #113eeb

#113eeb

Complementary Color

#113eeb #ebbe11

#113eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#113eeb Color CSS Codes

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

#113eeb Text Font Color

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

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


#113eeb Background Color

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

This div background color is #113eeb


#113eeb Border Color

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

This div border color is #113eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113eeb


Comments

No comments written yet.

Please login to write comment.