Color Hex Logo

#112bdc Color Hex

#112BDC
(17,43,220)
0 Favorites   0 Comments

Color spaces of #112bdc

RGB 1743220
HSL0.650.860.46
HSV232°92°86°
CMYK 0.920.800.00   0.14
XYZ14.01337.014268.3254
Yxy7.01420.15680.0785
Hunter Lab26.484348.0997-134.4198
CIE-Lab31.839257.9384-88.7450

#112bdc color RGB value is (17,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101011 11011100
Octal 21 53 334
Decimal 17 43 220
Hex 11 2B DC

RGB Percentages of Color #112bdc

%6.07
%15.36
%78.57

CMYK Percentages of Color #112bdc

%92
%80
%0
%14

Triadic Colors of #112bdc

#112bdc #dc112b #2bdc11

Analogous Colors of #112bdc

#112bdc #5c11dc #1191dc

Monochromatic Colors of #112bdc

#112bdc

Complementary Color

#112bdc #dcc211

#112bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112bdc Color CSS Codes

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

#112bdc Text Font Color

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

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


#112bdc Background Color

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

This div background color is #112bdc


#112bdc Border Color

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

This div border color is #112bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112bdc


Comments

No comments written yet.

Please login to write comment.