Color Hex Logo

#11374a Color Hex

#11374A
(17,55,74)
0 Favorites   0 Comments

Color spaces of #11374a

RGB 175574
HSL0.560.630.18
HSV200°77°29°
CMYK 0.770.260.00   0.71
XYZ2.83343.34606.9751
Yxy3.34600.21540.2544
Hunter Lab18.2921-4.3619-9.8039
CIE-Lab21.3795-6.0846-15.5778

#11374a color RGB value is (17,55,74).

#11374a hex color red value is 17, green value is 55 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #11374a hue: 0.56 , saturation: 0.63 and the lightness value of 11374a is 0.18.

The process color (four color CMYK) of #11374a color hex is 0.77, 0.26, 0.00, 0.71. Web safe color of #11374a is #003333. Color #11374a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01001010
Octal 21 67 112
Decimal 17 55 74
Hex 11 37 4A

RGB Percentages of Color #11374a

%11.64
%37.67
%50.68

CMYK Percentages of Color #11374a

%77
%26
%0
%71

Triadic Colors of #11374a

#11374a #4a1137 #374a11

Analogous Colors of #11374a

#11374a #111a4a #114a41

Monochromatic Colors of #11374a

#11374a

Complementary Color

#11374a #4a2411

#11374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11374a Color CSS Codes

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

#11374a Text Font Color

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

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


#11374a Background Color

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

This div background color is #11374a


#11374a Border Color

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

This div border color is #11374a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,55,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11374a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11374a;
  -webkit-box-shadow: 1px 1px 3px 2px #11374a;
  box-shadow:         1px 1px 3px 2px #11374a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11374a


Comments

No comments written yet.

Please login to write comment.