Color Hex Logo

#113e54 Color Hex

#113E54
(17,62,84)
0 Favorites   0 Comments

Color spaces of #113e54

RGB 176284
HSL0.550.660.20
HSV200°80°33°
CMYK 0.800.260.00   0.67
XYZ3.55404.20459.0117
Yxy4.20450.21190.2507
Hunter Lab20.5049-4.9451-11.7040
CIE-Lab24.3363-6.6659-17.6136

#113e54 color RGB value is (17,62,84).

#113e54 hex color red value is 17, green value is 62 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #113e54 hue: 0.55 , saturation: 0.66 and the lightness value of 113e54 is 0.20.

The process color (four color CMYK) of #113e54 color hex is 0.80, 0.26, 0.00, 0.67. Web safe color of #113e54 is #003366. Color #113e54 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 01010100
Octal 21 76 124
Decimal 17 62 84
Hex 11 3E 54

RGB Percentages of Color #113e54

%10.43
%38.04
%51.53

CMYK Percentages of Color #113e54

%80
%26
%0
%67

Triadic Colors of #113e54

#113e54 #54113e #3e5411

Analogous Colors of #113e54

#113e54 #111d54 #115449

Monochromatic Colors of #113e54

#113e54

Complementary Color

#113e54 #542711

#113e54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113e54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113e54 Color CSS Codes

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

#113e54 Text Font Color

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

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


#113e54 Background Color

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

This div background color is #113e54


#113e54 Border Color

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

This div border color is #113e54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113e54

#113e54 Color Palettes


Comments

No comments written yet.

Please login to write comment.