Color Hex Logo

#112aec Color Hex

#112AEC
(17,42,236)
0 Favorites   0 Comments

Color spaces of #112aec

RGB 1742236
HSL0.650.870.50
HSV233°93°93°
CMYK 0.930.820.00   0.07
XYZ16.19957.831280.0147
Yxy7.83120.15570.0753
Hunter Lab27.984354.3573-149.9373
CIE-Lab33.628863.3025-94.9148

#112aec color RGB value is (17,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11101100
Octal 21 52 354
Decimal 17 42 236
Hex 11 2A EC

RGB Percentages of Color #112aec

%5.76
%14.24
%80.00

CMYK Percentages of Color #112aec

%93
%82
%0
%7

Triadic Colors of #112aec

#112aec #ec112a #2aec11

Analogous Colors of #112aec

#112aec #6611ec #1198ec

Monochromatic Colors of #112aec

#112aec

Complementary Color

#112aec #ecd311

#112aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#112aec Color CSS Codes

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

#112aec Text Font Color

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

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


#112aec Background Color

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

This div background color is #112aec


#112aec Border Color

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

This div border color is #112aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112aec


Comments

No comments written yet.

Please login to write comment.