Color Hex Logo

#113ceb Color Hex

#113CEB
(17,60,235)
0 Favorites   0 Comments

Color spaces of #113ceb

RGB 1760235
HSL0.630.870.49
HSV228°93°92°
CMYK 0.930.740.00   0.08
XYZ16.84249.349079.5141
Yxy9.34900.15930.0884
Hunter Lab30.576144.8158-132.7820
CIE-Lab36.647753.9098-89.3326

#113ceb color RGB value is (17,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 11101011
Octal 21 74 353
Decimal 17 60 235
Hex 11 3C EB

RGB Percentages of Color #113ceb

%5.45
%19.23
%75.32

CMYK Percentages of Color #113ceb

%93
%74
%0
%8

Triadic Colors of #113ceb

#113ceb #eb113c #3ceb11

Analogous Colors of #113ceb

#113ceb #5311eb #11a9eb

Monochromatic Colors of #113ceb

#113ceb

Complementary Color

#113ceb #ebc011

#113ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#113ceb Color CSS Codes

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

#113ceb Text Font Color

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

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


#113ceb Background Color

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

This div background color is #113ceb


#113ceb Border Color

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

This div border color is #113ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113ceb


Comments

No comments written yet.

Please login to write comment.