Color Hex Logo

#113450 Color Hex

#113450
(17,52,80)
0 Favorites   0 Comments

Color spaces of #113450

RGB 175280
HSL0.570.650.19
HSV207°79°31°
CMYK 0.790.350.00   0.69
XYZ2.90713.15438.0450
Yxy3.15430.20610.2236
Hunter Lab17.7603-1.8629-14.4247
CIE-Lab20.6515-1.6143-20.7315

#113450 color RGB value is (17,52,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 01010000
Octal 21 64 120
Decimal 17 52 80
Hex 11 34 50

RGB Percentages of Color #113450

%11.41
%34.90
%53.69

CMYK Percentages of Color #113450

%79
%35
%0
%69

Triadic Colors of #113450

#113450 #501134 #345011

Analogous Colors of #113450

#113450 #111550 #11504d

Monochromatic Colors of #113450

#113450

Complementary Color

#113450 #502d11

#113450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113450 Color CSS Codes

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

#113450 Text Font Color

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

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


#113450 Background Color

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

This div background color is #113450


#113450 Border Color

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

This div border color is #113450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113450


Comments

No comments written yet.

Please login to write comment.