Color Hex Logo

#140bff Color Hex

#140BFF
(20,11,255)
0 Favorites   0 Comments

Color spaces of #140bff

RGB 2011255
HSL0.671.000.52
HSV242°96°100°
CMYK 0.920.960.00   0.00
XYZ18.45827.608195.1034
Yxy7.60810.15230.0628
Hunter Lab27.582871.1810-185.1196
CIE-Lab33.153077.6814-106.4332

#140bff color RGB value is (20,11,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11111111
Octal 24 13 377
Decimal 20 11 255
Hex 14 B FF

RGB Percentages of Color #140bff

%6.99
%3.85
%89.16

CMYK Percentages of Color #140bff

%92
%96
%0
%0

Triadic Colors of #140bff

#140bff #ff140b #0bff14

Analogous Colors of #140bff

#140bff #8e0bff #0b7cff

Monochromatic Colors of #140bff

#140bff

Complementary Color

#140bff #f6ff0b

#140bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bff Color CSS Codes

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

#140bff Text Font Color

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

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


#140bff Background Color

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

This div background color is #140bff


#140bff Border Color

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

This div border color is #140bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bff


Comments

No comments written yet.

Please login to write comment.