Color Hex Logo

#113fe1 Color Hex

#113FE1
(17,63,225)
0 Favorites   0 Comments

Color spaces of #113fe1

RGB 1763225
HSL0.630.860.47
HSV227°92°88°
CMYK 0.920.720.00   0.12
XYZ15.59939.110472.1705
Yxy9.11040.16100.0940
Hunter Lab30.183439.4307-120.6377
CIE-Lab36.196048.7703-84.3869

#113fe1 color RGB value is (17,63,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 11100001
Octal 21 77 341
Decimal 17 63 225
Hex 11 3F E1

RGB Percentages of Color #113fe1

%5.57
%20.66
%73.77

CMYK Percentages of Color #113fe1

%92
%72
%0
%12

Triadic Colors of #113fe1

#113fe1 #e1113f #3fe111

Analogous Colors of #113fe1

#113fe1 #4b11e1 #11a7e1

Monochromatic Colors of #113fe1

#113fe1

Complementary Color

#113fe1 #e1b311

#113fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fe1 Color CSS Codes

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

#113fe1 Text Font Color

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

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


#113fe1 Background Color

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

This div background color is #113fe1


#113fe1 Border Color

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

This div border color is #113fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fe1


Comments

No comments written yet.

Please login to write comment.