Color Hex Logo

#114bbe Color Hex

#114BBE
(17,75,190)
0 Favorites   0 Comments

Color spaces of #114bbe

RGB 1775190
HSL0.610.840.41
HSV220°91°75°
CMYK 0.910.610.00   0.25
XYZ12.04158.869049.7924
Yxy8.86900.17030.1254
Hunter Lab29.780920.0576-78.2839
CIE-Lab35.730828.1438-64.8953

#114bbe color RGB value is (17,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001011 10111110
Octal 21 113 276
Decimal 17 75 190
Hex 11 4B BE

RGB Percentages of Color #114bbe

%6.03
%26.60
%67.38

CMYK Percentages of Color #114bbe

%91
%61
%0
%25

Triadic Colors of #114bbe

#114bbe #be114b #4bbe11

Analogous Colors of #114bbe

#114bbe #2d11be #11a2be

Monochromatic Colors of #114bbe

#114bbe

Complementary Color

#114bbe #be8411

#114bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#114bbe Color CSS Codes

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

#114bbe Text Font Color

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

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


#114bbe Background Color

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

This div background color is #114bbe


#114bbe Border Color

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

This div border color is #114bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114bbe


Comments

No comments written yet.

Please login to write comment.