Color Hex Logo

#112adf Color Hex

#112ADF
(17,42,223)
0 Favorites   0 Comments

Color spaces of #112adf

RGB 1742223
HSL0.650.860.47
HSV233°92°87°
CMYK 0.920.810.00   0.13
XYZ14.37847.102870.4252
Yxy7.10280.15640.0773
Hunter Lab26.651149.6623-138.0175
CIE-Lab32.039859.3482-90.1355

#112adf color RGB value is (17,42,223).

#112adf hex color red value is 17, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #112adf hue: 0.65 , saturation: 0.86 and the lightness value of 112adf is 0.47.

The process color (four color CMYK) of #112adf color hex is 0.92, 0.81, 0.00, 0.13. Web safe color of #112adf is #0033cc. Color #112adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11011111
Octal 21 52 337
Decimal 17 42 223
Hex 11 2A DF

RGB Percentages of Color #112adf

%6.03
%14.89
%79.08

CMYK Percentages of Color #112adf

%92
%81
%0
%13

Triadic Colors of #112adf

#112adf #df112a #2adf11

Analogous Colors of #112adf

#112adf #5f11df #1191df

Monochromatic Colors of #112adf

#112adf

Complementary Color

#112adf #dfc611

#112adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112adf Color CSS Codes

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

#112adf Text Font Color

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

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


#112adf Background Color

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

This div background color is #112adf


#112adf Border Color

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

This div border color is #112adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112adf


Comments

No comments written yet.

Please login to write comment.