Color Hex Logo

#113cab Color Hex

#113CAB
(17,60,171)
0 Favorites   0 Comments

Color spaces of #113cab

RGB 1760171
HSL0.620.820.37
HSV223°90°67°
CMYK 0.900.650.00   0.33
XYZ9.19776.291239.2576
Yxy6.29120.16800.1149
Hunter Lab25.082321.5622-75.2404
CIE-Lab30.135630.6932-62.8039

#113cab color RGB value is (17,60,171).

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

The process color (four color CMYK) of #113cab color hex is 0.90, 0.65, 0.00, 0.33. Web safe color of #113cab is #003399. Color #113cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 10101011
Octal 21 74 253
Decimal 17 60 171
Hex 11 3C AB

RGB Percentages of Color #113cab

%6.85
%24.19
%68.95

CMYK Percentages of Color #113cab

%90
%65
%0
%33

Triadic Colors of #113cab

#113cab #ab113c #3cab11

Analogous Colors of #113cab

#113cab #3311ab #1189ab

Monochromatic Colors of #113cab

#113cab

Complementary Color

#113cab #ab8011

#113cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cab Color CSS Codes

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

#113cab Text Font Color

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

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


#113cab Background Color

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

This div background color is #113cab


#113cab Border Color

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

This div border color is #113cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cab


Comments

No comments written yet.

Please login to write comment.