Color Hex Logo

#114370 Color Hex

#114370
(17,67,112)
0 Favorites   0 Comments

Color spaces of #114370

RGB 1767112
HSL0.580.740.25
HSV208°85°44°
CMYK 0.850.400.00   0.56
XYZ5.16305.303316.0808
Yxy5.30330.19450.1998
Hunter Lab23.0289-0.2815-25.2813
CIE-Lab27.58201.5080-30.5759

#114370 color RGB value is (17,67,112).

#114370 hex color red value is 17, green value is 67 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #114370 hue: 0.58 , saturation: 0.74 and the lightness value of 114370 is 0.25.

The process color (four color CMYK) of #114370 color hex is 0.85, 0.40, 0.00, 0.56. Web safe color of #114370 is #003366. Color #114370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 01110000
Octal 21 103 160
Decimal 17 67 112
Hex 11 43 70

RGB Percentages of Color #114370

%8.67
%34.18
%57.14

CMYK Percentages of Color #114370

%85
%40
%0
%56

Triadic Colors of #114370

#114370 #701143 #437011

Analogous Colors of #114370

#114370 #111470 #11706e

Monochromatic Colors of #114370

#114370

Complementary Color

#114370 #703e11

#114370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114370 Color CSS Codes

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

#114370 Text Font Color

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

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


#114370 Background Color

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

This div background color is #114370


#114370 Border Color

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

This div border color is #114370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,67,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114370;
  -webkit-box-shadow: 1px 1px 3px 2px #114370;
  box-shadow:         1px 1px 3px 2px #114370; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114370


Comments

No comments written yet.

Please login to write comment.