Color Hex Logo

#113abe Color Hex

#113ABE
(17,58,190)
0 Favorites   0 Comments

Color spaces of #113abe

RGB 1758190
HSL0.630.840.41
HSV226°91°75°
CMYK 0.910.690.00   0.25
XYZ11.03856.863049.4581
Yxy6.86300.16390.1019
Hunter Lab26.197329.3674-93.5958
CIE-Lab31.493039.2350-71.8564

#113abe color RGB value is (17,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 10111110
Octal 21 72 276
Decimal 17 58 190
Hex 11 3A BE

RGB Percentages of Color #113abe

%6.42
%21.89
%71.70

CMYK Percentages of Color #113abe

%91
%69
%0
%25

Triadic Colors of #113abe

#113abe #be113a #3abe11

Analogous Colors of #113abe

#113abe #3f11be #1191be

Monochromatic Colors of #113abe

#113abe

Complementary Color

#113abe #be9511

#113abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#113abe Color CSS Codes

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

#113abe Text Font Color

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

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


#113abe Background Color

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

This div background color is #113abe


#113abe Border Color

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

This div border color is #113abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113abe


Comments

No comments written yet.

Please login to write comment.