Color Hex Logo

#112aeb Color Hex

#112AEB
(17,42,235)
0 Favorites   0 Comments

Color spaces of #112aeb

RGB 1742235
HSL0.650.870.49
HSV233°93°92°
CMYK 0.930.820.00   0.08
XYZ16.05457.773379.2515
Yxy7.77330.15570.0754
Hunter Lab27.880653.9945-149.0170
CIE-Lab33.506263.0014-94.5505

#112aeb color RGB value is (17,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11101011
Octal 21 52 353
Decimal 17 42 235
Hex 11 2A EB

RGB Percentages of Color #112aeb

%5.78
%14.29
%79.93

CMYK Percentages of Color #112aeb

%93
%82
%0
%8

Triadic Colors of #112aeb

#112aeb #eb112a #2aeb11

Analogous Colors of #112aeb

#112aeb #6511eb #1197eb

Monochromatic Colors of #112aeb

#112aeb

Complementary Color

#112aeb #ebd211

#112aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112aeb Color CSS Codes

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

#112aeb Text Font Color

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

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


#112aeb Background Color

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

This div background color is #112aeb


#112aeb Border Color

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

This div border color is #112aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112aeb


Comments

No comments written yet.

Please login to write comment.