Color Hex Logo

#11047e Color Hex

#11047E
(17,4,126)
0 Favorites   0 Comments

Color spaces of #11047e

RGB 174126
HSL0.680.940.25
HSV246°97°49°
CMYK 0.870.970.00   0.51
XYZ4.04051.712419.8562
Yxy1.71240.15780.0669
Hunter Lab13.085932.2148-80.8052
CIE-Lab13.899245.6268-61.8659

#11047e color RGB value is (17,4,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000100 01111110
Octal 21 4 176
Decimal 17 4 126
Hex 11 4 7E

RGB Percentages of Color #11047e

%11.56
%2.72
%85.71

CMYK Percentages of Color #11047e

%87
%97
%0
%51

Triadic Colors of #11047e

#11047e #7e1104 #047e11

Analogous Colors of #11047e

#11047e #4e047e #04347e

Monochromatic Colors of #11047e

#11047e

Complementary Color

#11047e #717e04

#11047e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11047e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11047e Color CSS Codes

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

#11047e Text Font Color

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

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


#11047e Background Color

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

This div background color is #11047e


#11047e Border Color

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

This div border color is #11047e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,4,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 #11047e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11047e


Comments

No comments written yet.

Please login to write comment.