Color Hex Logo

#111fab Color Hex

#111FAB
(17,31,171)
0 Favorites   0 Comments

Color spaces of #111fab

RGB 1731171
HSL0.650.820.37
HSV235°90°67°
CMYK 0.900.820.00   0.33
XYZ8.07184.039438.8823
Yxy4.03940.15830.0792
Hunter Lab20.098336.5167-100.6343
CIE-Lab23.801348.2190-73.2700

#111fab color RGB value is (17,31,171).

#111fab hex color red value is 17, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #111fab hue: 0.65 , saturation: 0.82 and the lightness value of 111fab is 0.37.

The process color (four color CMYK) of #111fab color hex is 0.90, 0.82, 0.00, 0.33. Web safe color of #111fab is #003399. Color #111fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011111 10101011
Octal 21 37 253
Decimal 17 31 171
Hex 11 1F AB

RGB Percentages of Color #111fab

%7.76
%14.16
%78.08

CMYK Percentages of Color #111fab

%90
%82
%0
%33

Triadic Colors of #111fab

#111fab #ab111f #1fab11

Analogous Colors of #111fab

#111fab #5011ab #116cab

Monochromatic Colors of #111fab

#111fab

Complementary Color

#111fab #ab9d11

#111fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#111fab Color CSS Codes

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

#111fab Text Font Color

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

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


#111fab Background Color

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

This div background color is #111fab


#111fab Border Color

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

This div border color is #111fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,31,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111fab;
  -webkit-box-shadow: 1px 1px 3px 2px #111fab;
  box-shadow:         1px 1px 3px 2px #111fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111fab


Comments

No comments written yet.

Please login to write comment.