Color Hex Logo

#112bfd Color Hex

#112BFD
(17,43,253)
0 Favorites   0 Comments

Color spaces of #112bfd

RGB 1743253
HSL0.650.980.53
HSV233°93°99°
CMYK 0.930.830.00   0.01
XYZ18.82478.938893.6617
Yxy8.93880.15500.0736
Hunter Lab29.897860.0685-164.8109
CIE-Lab35.866267.8905-100.7843

#112bfd color RGB value is (17,43,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101011 11111101
Octal 21 53 375
Decimal 17 43 253
Hex 11 2B FD

RGB Percentages of Color #112bfd

%5.43
%13.74
%80.83

CMYK Percentages of Color #112bfd

%93
%83
%0
%1

Triadic Colors of #112bfd

#112bfd #fd112b #2bfd11

Analogous Colors of #112bfd

#112bfd #6d11fd #11a1fd

Monochromatic Colors of #112bfd

#112bfd

Complementary Color

#112bfd #fde311

#112bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#112bfd Color CSS Codes

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

#112bfd Text Font Color

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

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


#112bfd Background Color

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

This div background color is #112bfd


#112bfd Border Color

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

This div border color is #112bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112bfd


Comments

No comments written yet.

Please login to write comment.