Color Hex Logo

#114fbe Color Hex

#114FBE
(17,79,190)
0 Favorites   0 Comments

Color spaces of #114fbe

RGB 1779190
HSL0.610.840.41
HSV218°91°75°
CMYK 0.910.580.00   0.25
XYZ12.32149.428849.8857
Yxy9.42880.17200.1316
Hunter Lab30.706417.8898-74.8284
CIE-Lab36.797125.4787-63.1531

#114fbe color RGB value is (17,79,190).

#114fbe hex color red value is 17, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #114fbe hue: 0.61 , saturation: 0.84 and the lightness value of 114fbe is 0.41.

The process color (four color CMYK) of #114fbe color hex is 0.91, 0.58, 0.00, 0.25. Web safe color of #114fbe is #0066cc. Color #114fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001111 10111110
Octal 21 117 276
Decimal 17 79 190
Hex 11 4F BE

RGB Percentages of Color #114fbe

%5.94
%27.62
%66.43

CMYK Percentages of Color #114fbe

%91
%58
%0
%25

Triadic Colors of #114fbe

#114fbe #be114f #4fbe11

Analogous Colors of #114fbe

#114fbe #2911be #11a6be

Monochromatic Colors of #114fbe

#114fbe

Complementary Color

#114fbe #be8011

#114fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#114fbe Color CSS Codes

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

#114fbe Text Font Color

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

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


#114fbe Background Color

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

This div background color is #114fbe


#114fbe Border Color

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

This div border color is #114fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114fbe


Comments

No comments written yet.

Please login to write comment.