Color Hex Logo

#112ead Color Hex

#112EAD
(17,46,173)
0 Favorites   0 Comments

Color spaces of #112ead

RGB 1746173
HSL0.640.820.37
HSV229°90°68°
CMYK 0.900.730.00   0.32
XYZ8.75105.090340.0565
Yxy5.09030.16240.0944
Hunter Lab22.561729.7518-89.4715
CIE-Lab26.990540.4714-69.1855

#112ead color RGB value is (17,46,173).

#112ead hex color red value is 17, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #112ead hue: 0.64 , saturation: 0.82 and the lightness value of 112ead is 0.37.

The process color (four color CMYK) of #112ead color hex is 0.90, 0.73, 0.00, 0.32. Web safe color of #112ead is #003399. Color #112ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 10101101
Octal 21 56 255
Decimal 17 46 173
Hex 11 2E AD

RGB Percentages of Color #112ead

%7.20
%19.49
%73.31

CMYK Percentages of Color #112ead

%90
%73
%0
%32

Triadic Colors of #112ead

#112ead #ad112e #2ead11

Analogous Colors of #112ead

#112ead #4211ad #117cad

Monochromatic Colors of #112ead

#112ead

Complementary Color

#112ead #ad9011

#112ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ead Color CSS Codes

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

#112ead Text Font Color

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

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


#112ead Background Color

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

This div background color is #112ead


#112ead Border Color

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

This div border color is #112ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ead


Comments

No comments written yet.

Please login to write comment.