Color Hex Logo

#112dfa Color Hex

#112DFA
(17,45,250)
0 Favorites   0 Comments

Color spaces of #112dfa

RGB 1745250
HSL0.650.960.52
HSV233°93°98°
CMYK 0.930.820.00   0.02
XYZ18.42498.898191.1889
Yxy8.89810.15550.0751
Hunter Lab29.829758.0521-160.3679
CIE-Lab35.787466.1522-99.2314

#112dfa color RGB value is (17,45,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11111010
Octal 21 55 372
Decimal 17 45 250
Hex 11 2D FA

RGB Percentages of Color #112dfa

%5.45
%14.42
%80.13

CMYK Percentages of Color #112dfa

%93
%82
%0
%2

Triadic Colors of #112dfa

#112dfa #fa112d #2dfa11

Analogous Colors of #112dfa

#112dfa #6a11fa #11a2fa

Monochromatic Colors of #112dfa

#112dfa

Complementary Color

#112dfa #fade11

#112dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#112dfa Color CSS Codes

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

#112dfa Text Font Color

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

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


#112dfa Background Color

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

This div background color is #112dfa


#112dfa Border Color

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

This div border color is #112dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112dfa


Comments

No comments written yet.

Please login to write comment.