Color Hex Logo

#112344 Color Hex

#112344
(17,35,68)
0 Favorites   0 Comments

Color spaces of #112344

RGB 173568
HSL0.610.600.17
HSV219°75°27°
CMYK 0.750.490.00   0.73
XYZ1.87561.73865.7056
Yxy1.73860.20120.1865
Hunter Lab13.18562.3161-16.4257
CIE-Lab14.05095.5853-23.0298

#112344 color RGB value is (17,35,68).

#112344 hex color red value is 17, green value is 35 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #112344 hue: 0.61 , saturation: 0.60 and the lightness value of 112344 is 0.17.

The process color (four color CMYK) of #112344 color hex is 0.75, 0.49, 0.00, 0.73. Web safe color of #112344 is #003333. Color #112344 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 01000100
Octal 21 43 104
Decimal 17 35 68
Hex 11 23 44

RGB Percentages of Color #112344

%14.17
%29.17
%56.67

CMYK Percentages of Color #112344

%75
%49
%0
%73

Triadic Colors of #112344

#112344 #441123 #234411

Analogous Colors of #112344

#112344 #191144 #113d44

Monochromatic Colors of #112344

#112344

Complementary Color

#112344 #443211

#112344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112344 Color CSS Codes

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

#112344 Text Font Color

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

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


#112344 Background Color

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

This div background color is #112344


#112344 Border Color

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

This div border color is #112344


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,35,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112344; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112344;
  -webkit-box-shadow: 1px 1px 3px 2px #112344;
  box-shadow:         1px 1px 3px 2px #112344; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112344


Comments

No comments written yet.

Please login to write comment.