Color Hex Logo

#11748f Color Hex

#11748F
(17,116,143)
0 Favorites   0 Comments

Color spaces of #11748f

RGB 17116143
HSL0.540.790.31
HSV193°88°56°
CMYK 0.880.190.00   0.44
XYZ11.434514.593128.2007
Yxy14.59310.21090.2691
Hunter Lab38.2009-13.4220-17.0285
CIE-Lab45.0718-16.4113-22.1901

#11748f color RGB value is (17,116,143).

#11748f hex color red value is 17, green value is 116 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #11748f hue: 0.54 , saturation: 0.79 and the lightness value of 11748f is 0.31.

The process color (four color CMYK) of #11748f color hex is 0.88, 0.19, 0.00, 0.44. Web safe color of #11748f is #006699. Color #11748f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110100 10001111
Octal 21 164 217
Decimal 17 116 143
Hex 11 74 8F

RGB Percentages of Color #11748f

%6.16
%42.03
%51.81

CMYK Percentages of Color #11748f

%88
%19
%0
%44

Triadic Colors of #11748f

#11748f #8f1174 #748f11

Analogous Colors of #11748f

#11748f #11358f #118f6b

Monochromatic Colors of #11748f

#11748f

Complementary Color

#11748f #8f2c11

#11748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11748f Color CSS Codes

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

#11748f Text Font Color

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

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


#11748f Background Color

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

This div background color is #11748f


#11748f Border Color

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

This div border color is #11748f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,116,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11748f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11748f;
  -webkit-box-shadow: 1px 1px 3px 2px #11748f;
  box-shadow:         1px 1px 3px 2px #11748f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11748f


Comments

No comments written yet.

Please login to write comment.