Color Hex Logo

#113fcd Color Hex

#113FCD
(17,63,205)
0 Favorites   0 Comments

Color spaces of #113fcd

RGB 1763205
HSL0.630.850.44
HSV225°92°80°
CMYK 0.920.690.00   0.20
XYZ13.02818.082058.6309
Yxy8.08200.16340.1014
Hunter Lab28.428932.0507-102.3779
CIE-Lab34.153141.6237-76.2409

#113fcd color RGB value is (17,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 11001101
Octal 21 77 315
Decimal 17 63 205
Hex 11 3F CD

RGB Percentages of Color #113fcd

%5.96
%22.11
%71.93

CMYK Percentages of Color #113fcd

%92
%69
%0
%20

Triadic Colors of #113fcd

#113fcd #cd113f #3fcd11

Analogous Colors of #113fcd

#113fcd #4111cd #119dcd

Monochromatic Colors of #113fcd

#113fcd

Complementary Color

#113fcd #cd9f11

#113fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#113fcd Color CSS Codes

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

#113fcd Text Font Color

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

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


#113fcd Background Color

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

This div background color is #113fcd


#113fcd Border Color

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

This div border color is #113fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113fcd


Comments

No comments written yet.

Please login to write comment.