Color Hex Logo

#11085e Color Hex

#11085E
(17,8,94)
0 Favorites   0 Comments

Color spaces of #11085e

RGB 17894
HSL0.680.840.20
HSV246°91°37°
CMYK 0.820.910.00   0.63
XYZ2.33841.101010.6789
Yxy1.10100.16560.0780
Hunter Lab10.492921.4174-52.9963
CIE-Lab9.806034.1893-47.7397

#11085e color RGB value is (17,8,94).

#11085e hex color red value is 17, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #11085e hue: 0.68 , saturation: 0.84 and the lightness value of 11085e is 0.20.

The process color (four color CMYK) of #11085e color hex is 0.82, 0.91, 0.00, 0.63. Web safe color of #11085e is #000066. Color #11085e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001000 01011110
Octal 21 10 136
Decimal 17 8 94
Hex 11 8 5E

RGB Percentages of Color #11085e

%14.29
%6.72
%78.99

CMYK Percentages of Color #11085e

%82
%91
%0
%63

Triadic Colors of #11085e

#11085e #5e1108 #085e11

Analogous Colors of #11085e

#11085e #3c085e #082a5e

Monochromatic Colors of #11085e

#11085e

Complementary Color

#11085e #555e08

#11085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11085e Color CSS Codes

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

#11085e Text Font Color

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

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


#11085e Background Color

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

This div background color is #11085e


#11085e Border Color

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

This div border color is #11085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11085e


Comments

No comments written yet.

Please login to write comment.