Color Hex Logo

#113050 Color Hex

#113050
(17,48,80)
0 Favorites   0 Comments

Color spaces of #113050

RGB 174880
HSL0.580.650.19
HSV210°79°31°
CMYK 0.790.400.00   0.69
XYZ2.73612.81237.9880
Yxy2.81230.20210.2078
Hunter Lab16.7699-0.2241-16.5026
CIE-Lab19.27591.1870-22.9046

#113050 color RGB value is (17,48,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 01010000
Octal 21 60 120
Decimal 17 48 80
Hex 11 30 50

RGB Percentages of Color #113050

%11.72
%33.10
%55.17

CMYK Percentages of Color #113050

%79
%40
%0
%69

Triadic Colors of #113050

#113050 #501130 #305011

Analogous Colors of #113050

#113050 #121150 #115050

Monochromatic Colors of #113050

#113050

Complementary Color

#113050 #503111

#113050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113050 Color CSS Codes

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

#113050 Text Font Color

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

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


#113050 Background Color

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

This div background color is #113050


#113050 Border Color

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

This div border color is #113050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,48,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 #113050">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113050


Comments

No comments written yet.

Please login to write comment.