Color Hex Logo

#114cbe Color Hex

#114CBE
(17,76,190)
0 Favorites   0 Comments

Color spaces of #114cbe

RGB 1776190
HSL0.610.840.41
HSV220°91°75°
CMYK 0.910.600.00   0.25
XYZ12.10999.005849.8152
Yxy9.00580.17070.1270
Hunter Lab30.009719.5138-77.4130
CIE-Lab35.995527.4778-64.4626

#114cbe color RGB value is (17,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 10111110
Octal 21 114 276
Decimal 17 76 190
Hex 11 4C BE

RGB Percentages of Color #114cbe

%6.01
%26.86
%67.14

CMYK Percentages of Color #114cbe

%91
%60
%0
%25

Triadic Colors of #114cbe

#114cbe #be114c #4cbe11

Analogous Colors of #114cbe

#114cbe #2d11be #11a3be

Monochromatic Colors of #114cbe

#114cbe

Complementary Color

#114cbe #be8311

#114cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#114cbe Color CSS Codes

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

#114cbe Text Font Color

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

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


#114cbe Background Color

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

This div background color is #114cbe


#114cbe Border Color

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

This div border color is #114cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,76,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 #114cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114cbe


Comments

No comments written yet.

Please login to write comment.