Color Hex Logo

#11768d Color Hex

#11768D
(17,118,141)
0 Favorites   0 Comments

Color spaces of #11768d

RGB 17118141
HSL0.530.780.31
HSV191°88°55°
CMYK 0.880.160.00   0.45
XYZ11.517314.999127.4874
Yxy14.99910.21330.2777
Hunter Lab38.7287-14.6921-14.9706
CIE-Lab45.6330-18.2359-20.1384

#11768d color RGB value is (17,118,141).

#11768d hex color red value is 17, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #11768d hue: 0.53 , saturation: 0.78 and the lightness value of 11768d is 0.31.

The process color (four color CMYK) of #11768d color hex is 0.88, 0.16, 0.00, 0.45. Web safe color of #11768d is #006699. Color #11768d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110110 10001101
Octal 21 166 215
Decimal 17 118 141
Hex 11 76 8D

RGB Percentages of Color #11768d

%6.16
%42.75
%51.09

CMYK Percentages of Color #11768d

%88
%16
%0
%45

Triadic Colors of #11768d

#11768d #8d1176 #768d11

Analogous Colors of #11768d

#11768d #11388d #118d66

Monochromatic Colors of #11768d

#11768d

Complementary Color

#11768d #8d2811

#11768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11768d Color CSS Codes

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

#11768d Text Font Color

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

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


#11768d Background Color

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

This div background color is #11768d


#11768d Border Color

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

This div border color is #11768d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,118,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11768d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11768d;
  -webkit-box-shadow: 1px 1px 3px 2px #11768d;
  box-shadow:         1px 1px 3px 2px #11768d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11768d


Comments

No comments written yet.

Please login to write comment.