Color Hex Logo

#112dc9 Color Hex

#112DC9
(17,45,201)
0 Favorites   0 Comments

Color spaces of #112dc9

RGB 1745201
HSL0.640.840.43
HSV231°92°79°
CMYK 0.920.780.00   0.21
XYZ11.71226.213055.8403
Yxy6.21300.15880.0842
Hunter Lab24.925940.2534-115.3765
CIE-Lab29.943650.7785-80.8750

#112dc9 color RGB value is (17,45,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11001001
Octal 21 55 311
Decimal 17 45 201
Hex 11 2D C9

RGB Percentages of Color #112dc9

%6.46
%17.11
%76.43

CMYK Percentages of Color #112dc9

%92
%78
%0
%21

Triadic Colors of #112dc9

#112dc9 #c9112d #2dc911

Analogous Colors of #112dc9

#112dc9 #5111c9 #1189c9

Monochromatic Colors of #112dc9

#112dc9

Complementary Color

#112dc9 #c9ad11

#112dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112dc9 Color CSS Codes

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

#112dc9 Text Font Color

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

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


#112dc9 Background Color

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

This div background color is #112dc9


#112dc9 Border Color

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

This div border color is #112dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112dc9


Comments

No comments written yet.

Please login to write comment.