Color Hex Logo

#113ebf Color Hex

#113EBF
(17,62,191)
0 Favorites   0 Comments

Color spaces of #113ebf

RGB 1762191
HSL0.620.840.41
HSV224°91°75°
CMYK 0.910.680.00   0.25
XYZ11.35787.326050.1057
Yxy7.32600.16510.1065
Hunter Lab27.066627.5364-90.8111
CIE-Lab32.537837.0612-70.7230

#113ebf color RGB value is (17,62,191).

#113ebf hex color red value is 17, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #113ebf hue: 0.62 , saturation: 0.84 and the lightness value of 113ebf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 10111111
Octal 21 76 277
Decimal 17 62 191
Hex 11 3E BF

RGB Percentages of Color #113ebf

%6.30
%22.96
%70.74

CMYK Percentages of Color #113ebf

%91
%68
%0
%25

Triadic Colors of #113ebf

#113ebf #bf113e #3ebf11

Analogous Colors of #113ebf

#113ebf #3b11bf #1195bf

Monochromatic Colors of #113ebf

#113ebf

Complementary Color

#113ebf #bf9211

#113ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#113ebf Color CSS Codes

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

#113ebf Text Font Color

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

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


#113ebf Background Color

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

This div background color is #113ebf


#113ebf Border Color

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

This div border color is #113ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113ebf


Comments

No comments written yet.

Please login to write comment.