Color Hex Logo

#11097e Color Hex

#11097E
(17,9,126)
0 Favorites   0 Comments

Color spaces of #11097e

RGB 179126
HSL0.680.870.26
HSV244°93°49°
CMYK 0.870.930.00   0.51
XYZ4.09471.820919.8743
Yxy1.82090.15880.0706
Hunter Lab13.494130.5502-77.8775
CIE-Lab14.517843.7373-60.8338

#11097e color RGB value is (17,9,126).

#11097e hex color red value is 17, green value is 9 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #11097e hue: 0.68 , saturation: 0.87 and the lightness value of 11097e is 0.26.

The process color (four color CMYK) of #11097e color hex is 0.87, 0.93, 0.00, 0.51. Web safe color of #11097e is #000066. Color #11097e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001001 01111110
Octal 21 11 176
Decimal 17 9 126
Hex 11 9 7E

RGB Percentages of Color #11097e

%11.18
%5.92
%82.89

CMYK Percentages of Color #11097e

%87
%93
%0
%51

Triadic Colors of #11097e

#11097e #7e1109 #097e11

Analogous Colors of #11097e

#11097e #4c097e #093c7e

Monochromatic Colors of #11097e

#11097e

Complementary Color

#11097e #767e09

#11097e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11097e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11097e Color CSS Codes

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

#11097e Text Font Color

<p style="color:#11097e">Text here</p>

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


#11097e Background Color

<div style="background-color:#11097e">
Div content here</div>

This div background color is #11097e


#11097e Border Color

<div style="border:3px solid #11097e">
Div here</div>

This div border color is #11097e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,9,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11097e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11097e;
  -webkit-box-shadow: 1px 1px 3px 2px #11097e;
  box-shadow:         1px 1px 3px 2px #11097e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11097e


Comments

No comments written yet.

Please login to write comment.