Color Hex Logo

#112d43 Color Hex

#112D43
(17,45,67)
0 Favorites   0 Comments

Color spaces of #112d43

RGB 174567
HSL0.570.600.16
HSV206°75°26°
CMYK 0.750.330.00   0.74
XYZ2.18272.40125.6586
Yxy2.40120.21310.2344
Hunter Lab15.4958-1.9746-10.8039
CIE-Lab17.4658-2.1290-16.9361

#112d43 color RGB value is (17,45,67).

#112d43 hex color red value is 17, green value is 45 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #112d43 hue: 0.57 , saturation: 0.60 and the lightness value of 112d43 is 0.16.

The process color (four color CMYK) of #112d43 color hex is 0.75, 0.33, 0.00, 0.74. Web safe color of #112d43 is #003333. Color #112d43 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 01000011
Octal 21 55 103
Decimal 17 45 67
Hex 11 2D 43

RGB Percentages of Color #112d43

%13.18
%34.88
%51.94

CMYK Percentages of Color #112d43

%75
%33
%0
%74

Triadic Colors of #112d43

#112d43 #43112d #2d4311

Analogous Colors of #112d43

#112d43 #111443 #114340

Monochromatic Colors of #112d43

#112d43

Complementary Color

#112d43 #432711

#112d43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112d43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112d43 Color CSS Codes

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

#112d43 Text Font Color

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

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


#112d43 Background Color

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

This div background color is #112d43


#112d43 Border Color

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

This div border color is #112d43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112d43


Comments

No comments written yet.

Please login to write comment.