Color Hex Logo

#140bfa Color Hex

#140BFA
(20,11,250)
0 Favorites   0 Comments

Color spaces of #140bfa

RGB 2011250
HSL0.670.960.51
HSV242°96°98°
CMYK 0.920.960.00   0.02
XYZ17.66357.290290.9187
Yxy7.29020.15240.0629
Hunter Lab27.000469.5231-180.7477
CIE-Lab32.458676.4579-104.7842

#140bfa color RGB value is (20,11,250).

#140bfa hex color red value is 20, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #140bfa hue: 0.67 , saturation: 0.96 and the lightness value of 140bfa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11111010
Octal 24 13 372
Decimal 20 11 250
Hex 14 B FA

RGB Percentages of Color #140bfa

%7.12
%3.91
%88.97

CMYK Percentages of Color #140bfa

%92
%96
%0
%2

Triadic Colors of #140bfa

#140bfa #fa140b #0bfa14

Analogous Colors of #140bfa

#140bfa #8c0bfa #0b7afa

Monochromatic Colors of #140bfa

#140bfa

Complementary Color

#140bfa #f1fa0b

#140bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bfa Color CSS Codes

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

#140bfa Text Font Color

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

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


#140bfa Background Color

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

This div background color is #140bfa


#140bfa Border Color

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

This div border color is #140bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bfa


Comments

No comments written yet.

Please login to write comment.