Color Hex Logo

#111552 Color Hex

#111552
(17,21,82)
0 Favorites   0 Comments

Color spaces of #111552

RGB 172182
HSL0.660.660.19
HSV236°79°32°
CMYK 0.790.740.00   0.68
XYZ2.02231.26478.1202
Yxy1.26470.17730.1109
Hunter Lab11.245912.4186-34.9388
CIE-Lab11.026322.0569-37.5874

#111552 color RGB value is (17,21,82).

#111552 hex color red value is 17, green value is 21 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #111552 hue: 0.66 , saturation: 0.66 and the lightness value of 111552 is 0.19.

The process color (four color CMYK) of #111552 color hex is 0.79, 0.74, 0.00, 0.68. Web safe color of #111552 is #000066. Color #111552 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 01010010
Octal 21 25 122
Decimal 17 21 82
Hex 11 15 52

RGB Percentages of Color #111552

%14.17
%17.50
%68.33

CMYK Percentages of Color #111552

%79
%74
%0
%68

Triadic Colors of #111552

#111552 #521115 #155211

Analogous Colors of #111552

#111552 #2e1152 #113652

Monochromatic Colors of #111552

#111552

Complementary Color

#111552 #524e11

#111552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111552 Color CSS Codes

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

#111552 Text Font Color

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

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


#111552 Background Color

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

This div background color is #111552


#111552 Border Color

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

This div border color is #111552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111552


Comments

No comments written yet.

Please login to write comment.