Color Hex Logo

#11073f Color Hex

#11073F
(17,7,63)
0 Favorites   0 Comments

Color spaces of #11073f

RGB 17763
HSL0.700.800.14
HSV251°89°25°
CMYK 0.730.890.00   0.75
XYZ1.20430.63004.7608
Yxy0.63000.18260.0955
Hunter Lab7.937313.1932-30.0063
CIE-Lab5.690723.0706-33.0612

#11073f color RGB value is (17,7,63).

#11073f hex color red value is 17, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #11073f hue: 0.70 , saturation: 0.80 and the lightness value of 11073f is 0.14.

The process color (four color CMYK) of #11073f color hex is 0.73, 0.89, 0.00, 0.75. Web safe color of #11073f is #000033. Color #11073f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000111 00111111
Octal 21 7 77
Decimal 17 7 63
Hex 11 7 3F

RGB Percentages of Color #11073f

%19.54
%8.05
%72.41

CMYK Percentages of Color #11073f

%73
%89
%0
%75

Triadic Colors of #11073f

#11073f #3f1107 #073f11

Analogous Colors of #11073f

#11073f #2d073f #07193f

Monochromatic Colors of #11073f

#11073f

Complementary Color

#11073f #353f07

#11073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11073f Color CSS Codes

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

#11073f Text Font Color

<p style="color:#11073f">Text here</p>

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


#11073f Background Color

<div style="background-color:#11073f">
Div content here</div>

This div background color is #11073f


#11073f Border Color

<div style="border:3px solid #11073f">
Div here</div>

This div border color is #11073f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,7,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11073f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11073f;
  -webkit-box-shadow: 1px 1px 3px 2px #11073f;
  box-shadow:         1px 1px 3px 2px #11073f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11073f


Comments

No comments written yet.

Please login to write comment.