Color Hex Logo

#113e7d Color Hex

#113E7D
(17,62,125)
0 Favorites   0 Comments

Color spaces of #113e7d

RGB 1762125
HSL0.600.760.28
HSV215°86°49°
CMYK 0.860.500.00   0.51
XYZ5.65555.045120.0778
Yxy5.04510.18370.1639
Hunter Lab22.46135.6370-37.2755
CIE-Lab26.862910.4467-39.9351

#113e7d color RGB value is (17,62,125).

#113e7d hex color red value is 17, green value is 62 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #113e7d hue: 0.60 , saturation: 0.76 and the lightness value of 113e7d is 0.28.

The process color (four color CMYK) of #113e7d color hex is 0.86, 0.50, 0.00, 0.51. Web safe color of #113e7d is #003366. Color #113e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 01111101
Octal 21 76 175
Decimal 17 62 125
Hex 11 3E 7D

RGB Percentages of Color #113e7d

%8.33
%30.39
%61.27

CMYK Percentages of Color #113e7d

%86
%50
%0
%51

Triadic Colors of #113e7d

#113e7d #7d113e #3e7d11

Analogous Colors of #113e7d

#113e7d #1a117d #11747d

Monochromatic Colors of #113e7d

#113e7d

Complementary Color

#113e7d #7d5011

#113e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#113e7d Color CSS Codes

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

#113e7d Text Font Color

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

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


#113e7d Background Color

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

This div background color is #113e7d


#113e7d Border Color

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

This div border color is #113e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113e7d


Comments

No comments written yet.

Please login to write comment.