Color Hex Logo

#113cea Color Hex

#113CEA
(17,60,234)
0 Favorites   0 Comments

Color spaces of #113cea

RGB 1760234
HSL0.630.860.49
HSV228°93°92°
CMYK 0.930.740.00   0.08
XYZ16.69839.291478.7552
Yxy9.29140.15940.0887
Hunter Lab30.481844.4413-131.8491
CIE-Lab36.539453.5736-88.9446

#113cea color RGB value is (17,60,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11101010
Octal 21 74 352
Decimal 17 60 234
Hex 11 3C EA

RGB Percentages of Color #113cea

%5.47
%19.29
%75.24

CMYK Percentages of Color #113cea

%93
%74
%0
%8

Triadic Colors of #113cea

#113cea #ea113c #3cea11

Analogous Colors of #113cea

#113cea #5311ea #11a9ea

Monochromatic Colors of #113cea

#113cea

Complementary Color

#113cea #eabf11

#113cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#113cea Color CSS Codes

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

#113cea Text Font Color

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

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


#113cea Background Color

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

This div background color is #113cea


#113cea Border Color

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

This div border color is #113cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113cea


Comments

No comments written yet.

Please login to write comment.