Color Hex Logo

#116dfa Color Hex

#116DFA
(17,109,250)
0 Favorites   0 Comments

Color spaces of #116dfa

RGB 17109250
HSL0.600.960.52
HSV216°93°98°
CMYK 0.930.560.00   0.02
XYZ22.955117.958692.6990
Yxy17.95860.17180.1344
Hunter Lab42.377622.5291-100.0298
CIE-Lab49.445929.2807-76.7172

#116dfa color RGB value is (17,109,250).

#116dfa hex color red value is 17, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #116dfa hue: 0.60 , saturation: 0.96 and the lightness value of 116dfa is 0.52.

The process color (four color CMYK) of #116dfa color hex is 0.93, 0.56, 0.00, 0.02. Web safe color of #116dfa is #0066ff. Color #116dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 11111010
Octal 21 155 372
Decimal 17 109 250
Hex 11 6D FA

RGB Percentages of Color #116dfa

%4.52
%28.99
%66.49

CMYK Percentages of Color #116dfa

%93
%56
%0
%2

Triadic Colors of #116dfa

#116dfa #fa116d #6dfa11

Analogous Colors of #116dfa

#116dfa #2a11fa #11e2fa

Monochromatic Colors of #116dfa

#116dfa

Complementary Color

#116dfa #fa9e11

#116dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#116dfa Color CSS Codes

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

#116dfa Text Font Color

<p style="color:#116dfa">Text here</p>

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


#116dfa Background Color

<div style="background-color:#116dfa">
Div content here</div>

This div background color is #116dfa


#116dfa Border Color

<div style="border:3px solid #116dfa">
Div here</div>

This div border color is #116dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #116dfa;
  box-shadow:         1px 1px 3px 2px #116dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116dfa


Comments

No comments written yet.

Please login to write comment.