Color Hex Logo

#140bde Color Hex

#140BDE
(20,11,222)
0 Favorites   0 Comments

Color spaces of #140bde

RGB 2011222
HSL0.670.910.46
HSV243°95°87°
CMYK 0.910.950.00   0.13
XYZ13.59305.662069.4837
Yxy5.66200.15320.0638
Hunter Lab23.795060.3279-156.4764
CIE-Lab28.543269.4778-95.3900

#140bde color RGB value is (20,11,222).

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

The process color (four color CMYK) of #140bde color hex is 0.91, 0.95, 0.00, 0.13. Web safe color of #140bde is #0000cc. Color #140bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11011110
Octal 24 13 336
Decimal 20 11 222
Hex 14 B DE

RGB Percentages of Color #140bde

%7.91
%4.35
%87.75

CMYK Percentages of Color #140bde

%91
%95
%0
%13

Triadic Colors of #140bde

#140bde #de140b #0bde14

Analogous Colors of #140bde

#140bde #7e0bde #0b6cde

Monochromatic Colors of #140bde

#140bde

Complementary Color

#140bde #d5de0b

#140bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bde Color CSS Codes

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

#140bde Text Font Color

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

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


#140bde Background Color

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

This div background color is #140bde


#140bde Border Color

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

This div border color is #140bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bde


Comments

No comments written yet.

Please login to write comment.