Color Hex Logo

#113add Color Hex

#113ADD
(17,58,221)
0 Favorites   0 Comments

Color spaces of #113add

RGB 1758221
HSL0.630.860.47
HSV228°92°87°
CMYK 0.920.740.00   0.13
XYZ14.79548.365769.2416
Yxy8.36570.16010.0905
Hunter Lab28.923540.6929-121.6911
CIE-Lab34.733250.2898-84.5173

#113add color RGB value is (17,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 11011101
Octal 21 72 335
Decimal 17 58 221
Hex 11 3A DD

RGB Percentages of Color #113add

%5.74
%19.59
%74.66

CMYK Percentages of Color #113add

%92
%74
%0
%13

Triadic Colors of #113add

#113add #dd113a #3add11

Analogous Colors of #113add

#113add #4e11dd #11a0dd

Monochromatic Colors of #113add

#113add

Complementary Color

#113add #ddb411

#113add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113add Color Preview on White Background

Lorem ipsum dolor sit amet.

#113add Color CSS Codes

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

#113add Text Font Color

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

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


#113add Background Color

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

This div background color is #113add


#113add Border Color

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

This div border color is #113add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113add


Comments

No comments written yet.

Please login to write comment.