Color Hex Logo

#11177f Color Hex

#11177F
(17,23,127)
0 Favorites   0 Comments

Color spaces of #11177f

RGB 1723127
HSL0.660.760.28
HSV237°87°50°
CMYK 0.870.820.00   0.50
XYZ4.36832.264320.2855
Yxy2.26430.16230.0841
Hunter Lab15.047625.4851-69.3949
CIE-Lab16.817337.6458-57.6463

#11177f color RGB value is (17,23,127).

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

The process color (four color CMYK) of #11177f color hex is 0.87, 0.82, 0.00, 0.50. Web safe color of #11177f is #000066. Color #11177f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 01111111
Octal 21 27 177
Decimal 17 23 127
Hex 11 17 7F

RGB Percentages of Color #11177f

%10.18
%13.77
%76.05

CMYK Percentages of Color #11177f

%87
%82
%0
%50

Triadic Colors of #11177f

#11177f #7f1117 #177f11

Analogous Colors of #11177f

#11177f #42117f #114e7f

Monochromatic Colors of #11177f

#11177f

Complementary Color

#11177f #7f7911

#11177f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11177f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11177f Color CSS Codes

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

#11177f Text Font Color

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

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


#11177f Background Color

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

This div background color is #11177f


#11177f Border Color

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

This div border color is #11177f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11177f


Comments

No comments written yet.

Please login to write comment.