Color Hex Logo

#140bf1 Color Hex

#140BF1
(20,11,241)
0 Favorites   0 Comments

Color spaces of #140bf1

RGB 2011241
HSL0.670.910.49
HSV242°95°95°
CMYK 0.920.950.00   0.05
XYZ16.28536.738983.6615
Yxy6.73890.15260.0632
Hunter Lab25.959466.5508-172.9073
CIE-Lab31.205074.2388-101.7951

#140bf1 color RGB value is (20,11,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11110001
Octal 24 13 361
Decimal 20 11 241
Hex 14 B F1

RGB Percentages of Color #140bf1

%7.35
%4.04
%88.60

CMYK Percentages of Color #140bf1

%92
%95
%0
%5

Triadic Colors of #140bf1

#140bf1 #f1140b #0bf114

Analogous Colors of #140bf1

#140bf1 #870bf1 #0b75f1

Monochromatic Colors of #140bf1

#140bf1

Complementary Color

#140bf1 #e8f10b

#140bf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bf1 Color CSS Codes

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

#140bf1 Text Font Color

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

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


#140bf1 Background Color

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

This div background color is #140bf1


#140bf1 Border Color

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

This div border color is #140bf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bf1


Comments

No comments written yet.

Please login to write comment.