Color Hex Logo

#113bce Color Hex

#113BCE
(17,59,206)
0 Favorites   0 Comments

Color spaces of #113bce

RGB 1759206
HSL0.630.850.44
HSV227°92°81°
CMYK 0.920.710.00   0.19
XYZ12.93577.703359.1976
Yxy7.70330.16200.0965
Hunter Lab27.754834.6226-107.0299
CIE-Lab33.357244.4434-78.1357

#113bce color RGB value is (17,59,206).

#113bce hex color red value is 17, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #113bce hue: 0.63 , saturation: 0.85 and the lightness value of 113bce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11001110
Octal 21 73 316
Decimal 17 59 206
Hex 11 3B CE

RGB Percentages of Color #113bce

%6.03
%20.92
%73.05

CMYK Percentages of Color #113bce

%92
%71
%0
%19

Triadic Colors of #113bce

#113bce #ce113b #3bce11

Analogous Colors of #113bce

#113bce #4611ce #119ace

Monochromatic Colors of #113bce

#113bce

Complementary Color

#113bce #cea411

#113bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bce Color CSS Codes

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

#113bce Text Font Color

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

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


#113bce Background Color

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

This div background color is #113bce


#113bce Border Color

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

This div border color is #113bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bce


Comments

No comments written yet.

Please login to write comment.