Color Hex Logo

#114b7c Color Hex

#114B7C
(17,75,124)
0 Favorites   0 Comments

Color spaces of #114b7c

RGB 1775124
HSL0.580.760.28
HSV207°86°49°
CMYK 0.860.400.00   0.51
XYZ6.38536.606620.0074
Yxy6.60660.19350.2002
Hunter Lab25.7033-0.6372-28.1589
CIE-Lab30.89401.1302-32.8517

#114b7c color RGB value is (17,75,124).

#114b7c hex color red value is 17, green value is 75 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #114b7c hue: 0.58 , saturation: 0.76 and the lightness value of 114b7c is 0.28.

The process color (four color CMYK) of #114b7c color hex is 0.86, 0.40, 0.00, 0.51. Web safe color of #114b7c is #003366. Color #114b7c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001011 01111100
Octal 21 113 174
Decimal 17 75 124
Hex 11 4B 7C

RGB Percentages of Color #114b7c

%7.87
%34.72
%57.41

CMYK Percentages of Color #114b7c

%86
%40
%0
%51

Triadic Colors of #114b7c

#114b7c #7c114b #4b7c11

Analogous Colors of #114b7c

#114b7c #11167c #117c78

Monochromatic Colors of #114b7c

#114b7c

Complementary Color

#114b7c #7c4211

#114b7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114b7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#114b7c Color CSS Codes

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

#114b7c Text Font Color

<p style="color:#114b7c">Text here</p>

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


#114b7c Background Color

<div style="background-color:#114b7c">
Div content here</div>

This div background color is #114b7c


#114b7c Border Color

<div style="border:3px solid #114b7c">
Div here</div>

This div border color is #114b7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,75,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114b7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114b7c;
  -webkit-box-shadow: 1px 1px 3px 2px #114b7c;
  box-shadow:         1px 1px 3px 2px #114b7c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114b7c


Comments

No comments written yet.

Please login to write comment.