Color Hex Logo

#112edc Color Hex

#112EDC
(17,46,220)
0 Favorites   0 Comments

Color spaces of #112edc

RGB 1746220
HSL0.640.860.46
HSV231°92°86°
CMYK 0.920.790.00   0.14
XYZ14.12647.240568.3632
Yxy7.24050.15740.0807
Hunter Lab26.908246.6206-131.7971
CIE-Lab32.348356.4530-87.8989

#112edc color RGB value is (17,46,220).

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

The process color (four color CMYK) of #112edc color hex is 0.92, 0.79, 0.00, 0.14. Web safe color of #112edc is #0033cc. Color #112edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 11011100
Octal 21 56 334
Decimal 17 46 220
Hex 11 2E DC

RGB Percentages of Color #112edc

%6.01
%16.25
%77.74

CMYK Percentages of Color #112edc

%92
%79
%0
%14

Triadic Colors of #112edc

#112edc #dc112e #2edc11

Analogous Colors of #112edc

#112edc #5a11dc #1194dc

Monochromatic Colors of #112edc

#112edc

Complementary Color

#112edc #dcbf11

#112edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112edc Color CSS Codes

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

#112edc Text Font Color

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

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


#112edc Background Color

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

This div background color is #112edc


#112edc Border Color

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

This div border color is #112edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112edc


Comments

No comments written yet.

Please login to write comment.