Color Hex Logo

#113cff Color Hex

#113CFF
(17,60,255)
0 Favorites   0 Comments

Color spaces of #113cff

RGB 1760255
HSL0.641.000.53
HSV229°93°100°
CMYK 0.930.760.00   0.00
XYZ19.897010.570995.5994
Yxy10.57090.15780.0839
Hunter Lab32.512952.3394-151.5744
CIE-Lab38.848160.4693-96.9458

#113cff color RGB value is (17,60,255).

#113cff hex color red value is 17, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #113cff hue: 0.64 , saturation: 1.00 and the lightness value of 113cff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11111111
Octal 21 74 377
Decimal 17 60 255
Hex 11 3C FF

RGB Percentages of Color #113cff

%5.12
%18.07
%76.81

CMYK Percentages of Color #113cff

%93
%76
%0
%0

Triadic Colors of #113cff

#113cff #ff113c #3cff11

Analogous Colors of #113cff

#113cff #5d11ff #11b3ff

Monochromatic Colors of #113cff

#113cff

Complementary Color

#113cff #ffd411

#113cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cff Color CSS Codes

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

#113cff Text Font Color

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

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


#113cff Background Color

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

This div background color is #113cff


#113cff Border Color

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

This div border color is #113cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cff

Related Colors


Comments

No comments written yet.

Please login to write comment.