Color Hex Logo

#114cf6 Color Hex

#114CF6
(17,76,246)
0 Favorites   0 Comments

Color spaces of #114cf6

RGB 1776246
HSL0.620.930.52
HSV225°93°96°
CMYK 0.930.690.00   0.04
XYZ19.450211.941988.4687
Yxy11.94190.16230.0996
Hunter Lab34.557139.9927-127.5970
CIE-Lab41.123648.4221-88.1374

#114cf6 color RGB value is (17,76,246).

#114cf6 hex color red value is 17, green value is 76 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #114cf6 hue: 0.62 , saturation: 0.93 and the lightness value of 114cf6 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 11110110
Octal 21 114 366
Decimal 17 76 246
Hex 11 4C F6

RGB Percentages of Color #114cf6

%5.01
%22.42
%72.57

CMYK Percentages of Color #114cf6

%93
%69
%0
%4

Triadic Colors of #114cf6

#114cf6 #f6114c #4cf611

Analogous Colors of #114cf6

#114cf6 #4811f6 #11bff6

Monochromatic Colors of #114cf6

#114cf6

Complementary Color

#114cf6 #f6bb11

#114cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114cf6 Color CSS Codes

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

#114cf6 Text Font Color

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

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


#114cf6 Background Color

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

This div background color is #114cf6


#114cf6 Border Color

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

This div border color is #114cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114cf6


Comments

No comments written yet.

Please login to write comment.