Color Hex Logo

#114eff Color Hex

#114EFF
(17,78,255)
0 Favorites   0 Comments

Color spaces of #114eff

RGB 1778255
HSL0.621.000.53
HSV225°93°100°
CMYK 0.930.690.00   0.00
XYZ21.005612.787995.9689
Yxy12.78790.16190.0985
Hunter Lab35.760242.2710-134.0833
CIE-Lab42.441950.3934-90.9961

#114eff color RGB value is (17,78,255).

#114eff hex color red value is 17, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #114eff hue: 0.62 , saturation: 1.00 and the lightness value of 114eff is 0.53.

The process color (four color CMYK) of #114eff color hex is 0.93, 0.69, 0.00, 0.00. Web safe color of #114eff is #0066ff. Color #114eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001110 11111111
Octal 21 116 377
Decimal 17 78 255
Hex 11 4E FF

RGB Percentages of Color #114eff

%4.86
%22.29
%72.86

CMYK Percentages of Color #114eff

%93
%69
%0
%0

Triadic Colors of #114eff

#114eff #ff114e #4eff11

Analogous Colors of #114eff

#114eff #4b11ff #11c5ff

Monochromatic Colors of #114eff

#114eff

Complementary Color

#114eff #ffc211

#114eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#114eff Color CSS Codes

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

#114eff Text Font Color

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

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


#114eff Background Color

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

This div background color is #114eff


#114eff Border Color

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

This div border color is #114eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114eff

Related Colors


Comments

No comments written yet.

Please login to write comment.