Color Hex Logo

#112ceb Color Hex

#112CEB
(17,44,235)
0 Favorites   0 Comments

Color spaces of #112ceb

RGB 1744235
HSL0.650.870.49
HSV233°93°92°
CMYK 0.930.810.00   0.08
XYZ16.12727.918779.2757
Yxy7.91870.15610.0766
Hunter Lab28.140253.0534-147.3319
CIE-Lab33.813062.0957-94.0399

#112ceb color RGB value is (17,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 11101011
Octal 21 54 353
Decimal 17 44 235
Hex 11 2C EB

RGB Percentages of Color #112ceb

%5.74
%14.86
%79.39

CMYK Percentages of Color #112ceb

%93
%81
%0
%8

Triadic Colors of #112ceb

#112ceb #eb112c #2ceb11

Analogous Colors of #112ceb

#112ceb #6311eb #1199eb

Monochromatic Colors of #112ceb

#112ceb

Complementary Color

#112ceb #ebd011

#112ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ceb Color CSS Codes

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

#112ceb Text Font Color

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

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


#112ceb Background Color

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

This div background color is #112ceb


#112ceb Border Color

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

This div border color is #112ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,44,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 #112ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ceb


Comments

No comments written yet.

Please login to write comment.