Color Hex Logo

#113cda Color Hex

#113CDA
(17,60,218)
0 Favorites   0 Comments

Color spaces of #113cda

RGB 1760218
HSL0.630.860.46
HSV227°92°85°
CMYK 0.920.720.00   0.15
XYZ14.50198.412867.1892
Yxy8.41280.16090.0934
Hunter Lab29.004838.4884-117.0409
CIE-Lab34.828248.0897-82.6371

#113cda color RGB value is (17,60,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11011010
Octal 21 74 332
Decimal 17 60 218
Hex 11 3C DA

RGB Percentages of Color #113cda

%5.76
%20.34
%73.90

CMYK Percentages of Color #113cda

%92
%72
%0
%15

Triadic Colors of #113cda

#113cda #da113c #3cda11

Analogous Colors of #113cda

#113cda #4b11da #11a1da

Monochromatic Colors of #113cda

#113cda

Complementary Color

#113cda #daaf11

#113cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cda Color CSS Codes

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

#113cda Text Font Color

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

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


#113cda Background Color

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

This div background color is #113cda


#113cda Border Color

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

This div border color is #113cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cda


Comments

No comments written yet.

Please login to write comment.