Color Hex Logo

#112050 Color Hex

#112050
(17,32,80)
0 Favorites   0 Comments

Color spaces of #112050

RGB 173280
HSL0.630.650.19
HSV226°79°31°
CMYK 0.790.600.00   0.69
XYZ2.19561.73147.8079
Yxy1.73140.18710.1475
Hunter Lab13.15836.7577-25.9709
CIE-Lab14.009413.0486-31.3508

#112050 color RGB value is (17,32,80).

#112050 hex color red value is 17, green value is 32 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #112050 hue: 0.63 , saturation: 0.65 and the lightness value of 112050 is 0.19.

The process color (four color CMYK) of #112050 color hex is 0.79, 0.60, 0.00, 0.69. Web safe color of #112050 is #003366. Color #112050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 01010000
Octal 21 40 120
Decimal 17 32 80
Hex 11 20 50

RGB Percentages of Color #112050

%13.18
%24.81
%62.02

CMYK Percentages of Color #112050

%79
%60
%0
%69

Triadic Colors of #112050

#112050 #501120 #205011

Analogous Colors of #112050

#112050 #211150 #114050

Monochromatic Colors of #112050

#112050

Complementary Color

#112050 #504111

#112050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112050 Color CSS Codes

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

#112050 Text Font Color

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

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


#112050 Background Color

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

This div background color is #112050


#112050 Border Color

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

This div border color is #112050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112050


Comments

No comments written yet.

Please login to write comment.