Color Hex Logo

#11143d Color Hex

#11143D
(17,20,61)
0 Favorites   0 Comments

Color spaces of #11143d

RGB 172061
HSL0.660.560.15
HSV236°72°24°
CMYK 0.720.670.00   0.76
XYZ1.32360.95644.5297
Yxy0.95640.19440.1404
Hunter Lab9.77967.0445-20.6162
CIE-Lab8.622814.1608-26.8468

#11143d color RGB value is (17,20,61).

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

The process color (four color CMYK) of #11143d color hex is 0.72, 0.67, 0.00, 0.76. Web safe color of #11143d is #000033. Color #11143d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 00111101
Octal 21 24 75
Decimal 17 20 61
Hex 11 14 3D

RGB Percentages of Color #11143d

%17.35
%20.41
%62.24

CMYK Percentages of Color #11143d

%72
%67
%0
%76

Triadic Colors of #11143d

#11143d #3d1114 #143d11

Analogous Colors of #11143d

#11143d #24113d #112a3d

Monochromatic Colors of #11143d

#11143d

Complementary Color

#11143d #3d3a11

#11143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11143d Color CSS Codes

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

#11143d Text Font Color

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

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


#11143d Background Color

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

This div background color is #11143d


#11143d Border Color

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

This div border color is #11143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11143d


Comments

No comments written yet.

Please login to write comment.