Color Hex Logo

#113abc Color Hex

#113ABC
(17,58,188)
0 Favorites   0 Comments

Color spaces of #113abc

RGB 1758188
HSL0.630.830.40
HSV226°91°74°
CMYK 0.910.690.00   0.26
XYZ10.82136.776148.3145
Yxy6.77610.16420.1028
Hunter Lab26.030928.6499-91.8230
CIE-Lab31.291738.4921-71.0092

#113abc color RGB value is (17,58,188).

#113abc hex color red value is 17, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #113abc hue: 0.63 , saturation: 0.83 and the lightness value of 113abc is 0.40.

The process color (four color CMYK) of #113abc color hex is 0.91, 0.69, 0.00, 0.26. Web safe color of #113abc is #0033cc. Color #113abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 10111100
Octal 21 72 274
Decimal 17 58 188
Hex 11 3A BC

RGB Percentages of Color #113abc

%6.46
%22.05
%71.48

CMYK Percentages of Color #113abc

%91
%69
%0
%26

Triadic Colors of #113abc

#113abc #bc113a #3abc11

Analogous Colors of #113abc

#113abc #3d11bc #1190bc

Monochromatic Colors of #113abc

#113abc

Complementary Color

#113abc #bc9311

#113abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#113abc Color CSS Codes

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

#113abc Text Font Color

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

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


#113abc Background Color

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

This div background color is #113abc


#113abc Border Color

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

This div border color is #113abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113abc


Comments

No comments written yet.

Please login to write comment.