Color Hex Logo

#112048 Color Hex

#112048
(17,32,72)
0 Favorites   0 Comments

Color spaces of #112048

RGB 173272
HSL0.620.620.17
HSV224°76°28°
CMYK 0.760.560.00   0.72
XYZ1.91741.62016.3425
Yxy1.62010.19410.1640
Hunter Lab12.72834.6148-20.6343
CIE-Lab13.35219.5940-26.9219

#112048 color RGB value is (17,32,72).

#112048 hex color red value is 17, green value is 32 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #112048 hue: 0.62 , saturation: 0.62 and the lightness value of 112048 is 0.17.

The process color (four color CMYK) of #112048 color hex is 0.76, 0.56, 0.00, 0.72. Web safe color of #112048 is #003333. Color #112048 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 01001000
Octal 21 40 110
Decimal 17 32 72
Hex 11 20 48

RGB Percentages of Color #112048

%14.05
%26.45
%59.50

CMYK Percentages of Color #112048

%76
%56
%0
%72

Triadic Colors of #112048

#112048 #481120 #204811

Analogous Colors of #112048

#112048 #1e1148 #113c48

Monochromatic Colors of #112048

#112048

Complementary Color

#112048 #483911

#112048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112048 Color CSS Codes

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

#112048 Text Font Color

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

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


#112048 Background Color

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

This div background color is #112048


#112048 Border Color

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

This div border color is #112048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112048


Comments

No comments written yet.

Please login to write comment.