Color Hex Logo

#113fea Color Hex

#113FEA
(17,63,234)
0 Favorites   0 Comments

Color spaces of #113fea

RGB 1763234
HSL0.630.860.49
HSV227°93°92°
CMYK 0.930.730.00   0.08
XYZ16.86009.614778.8091
Yxy9.61470.16010.0913
Hunter Lab31.007642.7940-128.9866
CIE-Lab37.141851.8779-87.9468

#113fea color RGB value is (17,63,234).

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

The process color (four color CMYK) of #113fea color hex is 0.93, 0.73, 0.00, 0.08. Web safe color of #113fea is #0033ff. Color #113fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 11101010
Octal 21 77 352
Decimal 17 63 234
Hex 11 3F EA

RGB Percentages of Color #113fea

%5.41
%20.06
%74.52

CMYK Percentages of Color #113fea

%93
%73
%0
%8

Triadic Colors of #113fea

#113fea #ea113f #3fea11

Analogous Colors of #113fea

#113fea #5011ea #11acea

Monochromatic Colors of #113fea

#113fea

Complementary Color

#113fea #eabc11

#113fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fea Color CSS Codes

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

#113fea Text Font Color

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

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


#113fea Background Color

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

This div background color is #113fea


#113fea Border Color

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

This div border color is #113fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fea


Comments

No comments written yet.

Please login to write comment.