Color Hex Logo

#112ada Color Hex

#112ADA
(17,42,218)
0 Favorites   0 Comments

Color spaces of #112ada

RGB 1742218
HSL0.650.860.46
HSV233°92°85°
CMYK 0.920.810.00   0.15
XYZ13.71406.837166.9265
Yxy6.83710.15680.0782
Hunter Lab26.147847.8608-133.4517
CIE-Lab31.433157.7946-88.2685

#112ada color RGB value is (17,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11011010
Octal 21 52 332
Decimal 17 42 218
Hex 11 2A DA

RGB Percentages of Color #112ada

%6.14
%15.16
%78.70

CMYK Percentages of Color #112ada

%92
%81
%0
%15

Triadic Colors of #112ada

#112ada #da112a #2ada11

Analogous Colors of #112ada

#112ada #5d11da #118fda

Monochromatic Colors of #112ada

#112ada

Complementary Color

#112ada #dac111

#112ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ada Color CSS Codes

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

#112ada Text Font Color

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

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


#112ada Background Color

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

This div background color is #112ada


#112ada Border Color

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

This div border color is #112ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ada


Comments

No comments written yet.

Please login to write comment.