Color Hex Logo

#11177c Color Hex

#11177C
(17,23,124)
0 Favorites   0 Comments

Color spaces of #11177c

RGB 1723124
HSL0.660.760.28
HSV237°86°49°
CMYK 0.860.810.00   0.51
XYZ4.17572.187219.2709
Yxy2.18720.16290.0853
Hunter Lab14.789224.5181-66.9048
CIE-Lab16.440536.5981-56.3589

#11177c color RGB value is (17,23,124).

#11177c hex color red value is 17, green value is 23 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #11177c hue: 0.66 , saturation: 0.76 and the lightness value of 11177c is 0.28.

The process color (four color CMYK) of #11177c color hex is 0.86, 0.81, 0.00, 0.51. Web safe color of #11177c is #000066. Color #11177c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 01111100
Octal 21 27 174
Decimal 17 23 124
Hex 11 17 7C

RGB Percentages of Color #11177c

%10.37
%14.02
%75.61

CMYK Percentages of Color #11177c

%86
%81
%0
%51

Triadic Colors of #11177c

#11177c #7c1117 #177c11

Analogous Colors of #11177c

#11177c #41117c #114c7c

Monochromatic Colors of #11177c

#11177c

Complementary Color

#11177c #7c7611

#11177c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11177c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11177c Color CSS Codes

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

#11177c Text Font Color

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

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


#11177c Background Color

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

This div background color is #11177c


#11177c Border Color

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

This div border color is #11177c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,23,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11177c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11177c;
  -webkit-box-shadow: 1px 1px 3px 2px #11177c;
  box-shadow:         1px 1px 3px 2px #11177c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11177c


Comments

No comments written yet.

Please login to write comment.