Color Hex Logo

#11143e Color Hex

#11143E
(17,20,62)
0 Favorites   0 Comments

Color spaces of #11143e

RGB 172062
HSL0.660.570.15
HSV236°73°24°
CMYK 0.730.680.00   0.76
XYZ1.35080.96734.6729
Yxy0.96730.19320.1384
Hunter Lab9.83517.3045-21.2854
CIE-Lab8.716014.5776-27.4089

#11143e color RGB value is (17,20,62).

#11143e hex color red value is 17, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #11143e hue: 0.66 , saturation: 0.57 and the lightness value of 11143e is 0.15.

The process color (four color CMYK) of #11143e color hex is 0.73, 0.68, 0.00, 0.76. Web safe color of #11143e is #000033. Color #11143e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 00111110
Octal 21 24 76
Decimal 17 20 62
Hex 11 14 3E

RGB Percentages of Color #11143e

%17.17
%20.20
%62.63

CMYK Percentages of Color #11143e

%73
%68
%0
%76

Triadic Colors of #11143e

#11143e #3e1114 #143e11

Analogous Colors of #11143e

#11143e #25113e #112b3e

Monochromatic Colors of #11143e

#11143e

Complementary Color

#11143e #3e3b11

#11143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11143e Color CSS Codes

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

#11143e Text Font Color

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

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


#11143e Background Color

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

This div background color is #11143e


#11143e Border Color

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

This div border color is #11143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11143e


Comments

No comments written yet.

Please login to write comment.