Color Hex Logo

#112aea Color Hex

#112AEA
(17,42,234)
0 Favorites   0 Comments

Color spaces of #112aea

RGB 1742234
HSL0.650.860.49
HSV233°93°92°
CMYK 0.930.820.00   0.08
XYZ15.91047.715678.4926
Yxy7.71560.15580.0756
Hunter Lab27.777053.6335-148.0987
CIE-Lab33.383462.7013-94.1861

#112aea color RGB value is (17,42,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11101010
Octal 21 52 352
Decimal 17 42 234
Hex 11 2A EA

RGB Percentages of Color #112aea

%5.80
%14.33
%79.86

CMYK Percentages of Color #112aea

%93
%82
%0
%8

Triadic Colors of #112aea

#112aea #ea112a #2aea11

Analogous Colors of #112aea

#112aea #6511ea #1197ea

Monochromatic Colors of #112aea

#112aea

Complementary Color

#112aea #ead111

#112aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#112aea Color CSS Codes

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

#112aea Text Font Color

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

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


#112aea Background Color

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

This div background color is #112aea


#112aea Border Color

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

This div border color is #112aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112aea


Comments

No comments written yet.

Please login to write comment.