Color Hex Logo

#140dfb Color Hex

#140DFB
(20,13,251)
0 Favorites   0 Comments

Color spaces of #140dfb

RGB 2013251
HSL0.670.970.52
HSV242°95°98°
CMYK 0.920.950.00   0.02
XYZ17.84507.401691.7549
Yxy7.40160.15250.0633
Hunter Lab27.205969.4722-180.9181
CIE-Lab32.704276.3733-104.9364

#140dfb color RGB value is (20,13,251).

#140dfb hex color red value is 20, green value is 13 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #140dfb hue: 0.67 , saturation: 0.97 and the lightness value of 140dfb is 0.52.

The process color (four color CMYK) of #140dfb color hex is 0.92, 0.95, 0.00, 0.02. Web safe color of #140dfb is #0000ff. Color #140dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001101 11111011
Octal 24 15 373
Decimal 20 13 251
Hex 14 D FB

RGB Percentages of Color #140dfb

%7.04
%4.58
%88.38

CMYK Percentages of Color #140dfb

%92
%95
%0
%2

Triadic Colors of #140dfb

#140dfb #fb140d #0dfb14

Analogous Colors of #140dfb

#140dfb #8b0dfb #0d7dfb

Monochromatic Colors of #140dfb

#140dfb

Complementary Color

#140dfb #f4fb0d

#140dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#140dfb Color CSS Codes

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

#140dfb Text Font Color

<p style="color:#140dfb">Text here</p>

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


#140dfb Background Color

<div style="background-color:#140dfb">
Div content here</div>

This div background color is #140dfb


#140dfb Border Color

<div style="border:3px solid #140dfb">
Div here</div>

This div border color is #140dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,13,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #140dfb;
  box-shadow:         1px 1px 3px 2px #140dfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,13,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140dfb


Comments

No comments written yet.

Please login to write comment.