Color Hex Logo

#113ec5 Color Hex

#113EC5
(17,62,197)
0 Favorites   0 Comments

Color spaces of #113ec5

RGB 1762197
HSL0.630.840.42
HSV225°91°77°
CMYK 0.910.690.00   0.23
XYZ12.03187.595653.6553
Yxy7.59560.16420.1036
Hunter Lab27.560129.6968-96.1364
CIE-Lab33.126139.3038-73.2721

#113ec5 color RGB value is (17,62,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 11000101
Octal 21 76 305
Decimal 17 62 197
Hex 11 3E C5

RGB Percentages of Color #113ec5

%6.16
%22.46
%71.38

CMYK Percentages of Color #113ec5

%91
%69
%0
%23

Triadic Colors of #113ec5

#113ec5 #c5113e #3ec511

Analogous Colors of #113ec5

#113ec5 #3e11c5 #1198c5

Monochromatic Colors of #113ec5

#113ec5

Complementary Color

#113ec5 #c59811

#113ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113ec5 Color CSS Codes

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

#113ec5 Text Font Color

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

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


#113ec5 Background Color

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

This div background color is #113ec5


#113ec5 Border Color

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

This div border color is #113ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113ec5


Comments

No comments written yet.

Please login to write comment.