Color Hex Logo

#1113af Color Hex

#1113AF
(17,19,175)
0 Favorites   0 Comments

Color spaces of #1113af

RGB 1719175
HSL0.660.820.38
HSV239°90°69°
CMYK 0.900.890.00   0.31
XYZ8.20193.680140.8355
Yxy3.68010.15560.0698
Hunter Lab19.183642.7460-112.7803
CIE-Lab22.584454.6388-77.7054

#1113af color RGB value is (17,19,175).

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

The process color (four color CMYK) of #1113af color hex is 0.90, 0.89, 0.00, 0.31. Web safe color of #1113af is #000099. Color #1113af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 10101111
Octal 21 23 257
Decimal 17 19 175
Hex 11 13 AF

RGB Percentages of Color #1113af

%8.06
%9.00
%82.94

CMYK Percentages of Color #1113af

%90
%89
%0
%31

Triadic Colors of #1113af

#1113af #af1113 #13af11

Analogous Colors of #1113af

#1113af #5e11af #1162af

Monochromatic Colors of #1113af

#1113af

Complementary Color

#1113af #afad11

#1113af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1113af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1113af Color CSS Codes

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

#1113af Text Font Color

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

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


#1113af Background Color

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

This div background color is #1113af


#1113af Border Color

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

This div border color is #1113af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1113af


Comments

No comments written yet.

Please login to write comment.