Color Hex Logo

#111caf Color Hex

#111CAF
(17,28,175)
0 Favorites   0 Comments

Color spaces of #111caf

RGB 1728175
HSL0.660.820.38
HSV236°90°69°
CMYK 0.900.840.00   0.31
XYZ8.38434.044840.8963
Yxy4.04480.15720.0759
Hunter Lab20.111739.2189-106.4856
CIE-Lab23.819050.9430-75.6482

#111caf color RGB value is (17,28,175).

#111caf hex color red value is 17, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #111caf hue: 0.66 , saturation: 0.82 and the lightness value of 111caf is 0.38.

The process color (four color CMYK) of #111caf color hex is 0.90, 0.84, 0.00, 0.31. Web safe color of #111caf is #003399. Color #111caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011100 10101111
Octal 21 34 257
Decimal 17 28 175
Hex 11 1C AF

RGB Percentages of Color #111caf

%7.73
%12.73
%79.55

CMYK Percentages of Color #111caf

%90
%84
%0
%31

Triadic Colors of #111caf

#111caf #af111c #1caf11

Analogous Colors of #111caf

#111caf #5511af #116baf

Monochromatic Colors of #111caf

#111caf

Complementary Color

#111caf #afa411

#111caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#111caf Color CSS Codes

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

#111caf Text Font Color

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

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


#111caf Background Color

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

This div background color is #111caf


#111caf Border Color

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

This div border color is #111caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111caf


Comments

No comments written yet.

Please login to write comment.