Color Hex Logo

#113bca Color Hex

#113BCA
(17,59,202)
0 Favorites   0 Comments

Color spaces of #113bca

RGB 1759202
HSL0.630.840.43
HSV226°92°79°
CMYK 0.920.710.00   0.21
XYZ12.45587.511456.6705
Yxy7.51140.16250.0980
Hunter Lab27.406933.1619-103.4116
CIE-Lab32.943943.0043-76.4916

#113bca color RGB value is (17,59,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 11001010
Octal 21 73 312
Decimal 17 59 202
Hex 11 3B CA

RGB Percentages of Color #113bca

%6.12
%21.22
%72.66

CMYK Percentages of Color #113bca

%92
%71
%0
%21

Triadic Colors of #113bca

#113bca #ca113b #3bca11

Analogous Colors of #113bca

#113bca #4411ca #1198ca

Monochromatic Colors of #113bca

#113bca

Complementary Color

#113bca #caa011

#113bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bca Color CSS Codes

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

#113bca Text Font Color

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

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


#113bca Background Color

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

This div background color is #113bca


#113bca Border Color

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

This div border color is #113bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bca


Comments

No comments written yet.

Please login to write comment.