Color Hex Logo

#114376 Color Hex

#114376
(17,67,118)
0 Favorites   0 Comments

Color spaces of #114376

RGB 1767118
HSL0.580.750.26
HSV210°86°46°
CMYK 0.860.430.00   0.54
XYZ5.50835.441517.8995
Yxy5.44150.19090.1886
Hunter Lab23.32701.3276-29.1660
CIE-Lab27.95734.0210-33.7728

#114376 color RGB value is (17,67,118).

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

The process color (four color CMYK) of #114376 color hex is 0.86, 0.43, 0.00, 0.54. Web safe color of #114376 is #003366. Color #114376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 01110110
Octal 21 103 166
Decimal 17 67 118
Hex 11 43 76

RGB Percentages of Color #114376

%8.42
%33.17
%58.42

CMYK Percentages of Color #114376

%86
%43
%0
%54

Triadic Colors of #114376

#114376 #761143 #437611

Analogous Colors of #114376

#114376 #121176 #117676

Monochromatic Colors of #114376

#114376

Complementary Color

#114376 #764411

#114376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114376 Color CSS Codes

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

#114376 Text Font Color

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

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


#114376 Background Color

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

This div background color is #114376


#114376 Border Color

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

This div border color is #114376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114376


Comments

No comments written yet.

Please login to write comment.