Color Hex Logo

#113edc Color Hex

#113EDC
(17,62,220)
0 Favorites   0 Comments

Color spaces of #113edc

RGB 1762220
HSL0.630.860.46
HSV227°92°86°
CMYK 0.920.720.00   0.14
XYZ14.87218.731768.6117
Yxy8.73170.16130.0947
Hunter Lab29.549538.1267-116.9825
CIE-Lab35.462547.6101-82.7368

#113edc color RGB value is (17,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 11011100
Octal 21 76 334
Decimal 17 62 220
Hex 11 3E DC

RGB Percentages of Color #113edc

%5.69
%20.74
%73.58

CMYK Percentages of Color #113edc

%92
%72
%0
%14

Triadic Colors of #113edc

#113edc #dc113e #3edc11

Analogous Colors of #113edc

#113edc #4911dc #11a4dc

Monochromatic Colors of #113edc

#113edc

Complementary Color

#113edc #dcaf11

#113edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#113edc Color CSS Codes

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

#113edc Text Font Color

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

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


#113edc Background Color

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

This div background color is #113edc


#113edc Border Color

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

This div border color is #113edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113edc


Comments

No comments written yet.

Please login to write comment.