Color Hex Logo

#113cee Color Hex

#113CEE
(17,60,238)
0 Favorites   0 Comments

Color spaces of #113cee

RGB 1760238
HSL0.630.870.50
HSV228°93°93°
CMYK 0.930.750.00   0.07
XYZ17.27969.523981.8165
Yxy9.52390.15910.0877
Hunter Lab30.860845.9394-135.5838
CIE-Lab36.974054.9127-90.4919

#113cee color RGB value is (17,60,238).

#113cee hex color red value is 17, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #113cee hue: 0.63 , saturation: 0.87 and the lightness value of 113cee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11101110
Octal 21 74 356
Decimal 17 60 238
Hex 11 3C EE

RGB Percentages of Color #113cee

%5.40
%19.05
%75.56

CMYK Percentages of Color #113cee

%93
%75
%0
%7

Triadic Colors of #113cee

#113cee #ee113c #3cee11

Analogous Colors of #113cee

#113cee #5511ee #11abee

Monochromatic Colors of #113cee

#113cee

Complementary Color

#113cee #eec311

#113cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cee Color CSS Codes

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

#113cee Text Font Color

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

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


#113cee Background Color

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

This div background color is #113cee


#113cee Border Color

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

This div border color is #113cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cee


Comments

No comments written yet.

Please login to write comment.