Color Hex Logo

#114050 Color Hex

#114050
(17,64,80)
1 Favorites   0 Comments

Color spaces of #114050

RGB 176480
HSL0.540.650.19
HSV195°79°31°
CMYK 0.790.200.00   0.69
XYZ3.51254.36518.2468
Yxy4.36510.21780.2707
Hunter Lab20.8928-6.5530-8.7779
CIE-Lab24.8435-9.5054-14.2000

#114050 color RGB value is (17,64,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 01010000
Octal 21 100 120
Decimal 17 64 80
Hex 11 40 50

RGB Percentages of Color #114050

%10.56
%39.75
%49.69

CMYK Percentages of Color #114050

%79
%20
%0
%69

Triadic Colors of #114050

#114050 #501140 #405011

Analogous Colors of #114050

#114050 #112150 #115040

Monochromatic Colors of #114050

#114050

Complementary Color

#114050 #502111

#114050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114050 Color CSS Codes

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

#114050 Text Font Color

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

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


#114050 Background Color

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

This div background color is #114050


#114050 Border Color

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

This div border color is #114050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114050


Comments

No comments written yet.

Please login to write comment.