Color Hex Logo

#11316c Color Hex

#11316C
(17,49,108)
0 Favorites   0 Comments

Color spaces of #11316c

RGB 1749108
HSL0.610.730.25
HSV219°84°42°
CMYK 0.840.550.00   0.58
XYZ4.03633.398514.6306
Yxy3.39850.18290.1540
Hunter Lab18.43506.8208-34.1499
CIE-Lab21.574012.4855-37.6560

#11316c color RGB value is (17,49,108).

#11316c hex color red value is 17, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #11316c hue: 0.61 , saturation: 0.73 and the lightness value of 11316c is 0.25.

The process color (four color CMYK) of #11316c color hex is 0.84, 0.55, 0.00, 0.58. Web safe color of #11316c is #003366. Color #11316c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01101100
Octal 21 61 154
Decimal 17 49 108
Hex 11 31 6C

RGB Percentages of Color #11316c

%9.77
%28.16
%62.07

CMYK Percentages of Color #11316c

%84
%55
%0
%58

Triadic Colors of #11316c

#11316c #6c1131 #316c11

Analogous Colors of #11316c

#11316c #1e116c #115f6c

Monochromatic Colors of #11316c

#11316c

Complementary Color

#11316c #6c4c11

#11316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11316c Color CSS Codes

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

#11316c Text Font Color

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

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


#11316c Background Color

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

This div background color is #11316c


#11316c Border Color

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

This div border color is #11316c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11316c


Comments

No comments written yet.

Please login to write comment.