Color Hex Logo

#112dda Color Hex

#112DDA
(17,45,218)
0 Favorites   0 Comments

Color spaces of #112dda

RGB 1745218
HSL0.640.860.46
HSV232°92°85°
CMYK 0.920.790.00   0.15
XYZ13.82447.057966.9633
Yxy7.05790.15740.0803
Hunter Lab26.566746.3935-130.8480
CIE-Lab31.938456.3188-87.4286

#112dda color RGB value is (17,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11011010
Octal 21 55 332
Decimal 17 45 218
Hex 11 2D DA

RGB Percentages of Color #112dda

%6.07
%16.07
%77.86

CMYK Percentages of Color #112dda

%92
%79
%0
%15

Triadic Colors of #112dda

#112dda #da112d #2dda11

Analogous Colors of #112dda

#112dda #5a11da #1192da

Monochromatic Colors of #112dda

#112dda

Complementary Color

#112dda #dabe11

#112dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#112dda Color CSS Codes

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

#112dda Text Font Color

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

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


#112dda Background Color

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

This div background color is #112dda


#112dda Border Color

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

This div border color is #112dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112dda


Comments

No comments written yet.

Please login to write comment.