Color Hex Logo

#113ecd Color Hex

#113ECD
(17,62,205)
0 Favorites   0 Comments

Color spaces of #113ecd

RGB 1762205
HSL0.630.850.44
HSV226°92°80°
CMYK 0.920.700.00   0.20
XYZ12.97327.972258.6126
Yxy7.97220.16310.1002
Hunter Lab28.235132.6042-103.3143
CIE-Lab33.924942.2445-76.6173

#113ecd color RGB value is (17,62,205).

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

The process color (four color CMYK) of #113ecd color hex is 0.92, 0.70, 0.00, 0.20. Web safe color of #113ecd is #0033cc. Color #113ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 11001101
Octal 21 76 315
Decimal 17 62 205
Hex 11 3E CD

RGB Percentages of Color #113ecd

%5.99
%21.83
%72.18

CMYK Percentages of Color #113ecd

%92
%70
%0
%20

Triadic Colors of #113ecd

#113ecd #cd113e #3ecd11

Analogous Colors of #113ecd

#113ecd #4211cd #119ccd

Monochromatic Colors of #113ecd

#113ecd

Complementary Color

#113ecd #cda011

#113ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#113ecd Color CSS Codes

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

#113ecd Text Font Color

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

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


#113ecd Background Color

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

This div background color is #113ecd


#113ecd Border Color

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

This div border color is #113ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113ecd


Comments

No comments written yet.

Please login to write comment.