Color Hex Logo

#113ade Color Hex

#113ADE
(17,58,222)
0 Favorites   0 Comments

Color spaces of #113ade

RGB 1758222
HSL0.630.860.47
HSV228°92°87°
CMYK 0.920.740.00   0.13
XYZ14.92908.419269.9455
Yxy8.41920.16000.0902
Hunter Lab29.015941.0626-122.6131
CIE-Lab34.841150.6318-84.9121

#113ade color RGB value is (17,58,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 11011110
Octal 21 72 336
Decimal 17 58 222
Hex 11 3A DE

RGB Percentages of Color #113ade

%5.72
%19.53
%74.75

CMYK Percentages of Color #113ade

%92
%74
%0
%13

Triadic Colors of #113ade

#113ade #de113a #3ade11

Analogous Colors of #113ade

#113ade #4e11de #11a1de

Monochromatic Colors of #113ade

#113ade

Complementary Color

#113ade #deb511

#113ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#113ade Color CSS Codes

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

#113ade Text Font Color

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

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


#113ade Background Color

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

This div background color is #113ade


#113ade Border Color

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

This div border color is #113ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113ade


Comments

No comments written yet.

Please login to write comment.