Color Hex Logo

#140adb Color Hex

#140ADB
(20,10,219)
0 Favorites   0 Comments

Color spaces of #140adb

RGB 2010219
HSL0.670.910.45
HSV243°95°86°
CMYK 0.910.950.00   0.14
XYZ13.18325.480367.3808
Yxy5.48030.15320.0637
Hunter Lab23.410059.5535-154.2666
CIE-Lab28.061568.8995-94.4655

#140adb color RGB value is (20,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001010 11011011
Octal 24 12 333
Decimal 20 10 219
Hex 14 A DB

RGB Percentages of Color #140adb

%8.03
%4.02
%87.95

CMYK Percentages of Color #140adb

%91
%95
%0
%14

Triadic Colors of #140adb

#140adb #db140a #0adb14

Analogous Colors of #140adb

#140adb #7d0adb #0a69db

Monochromatic Colors of #140adb

#140adb

Complementary Color

#140adb #d1db0a

#140adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#140adb Color CSS Codes

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

#140adb Text Font Color

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

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


#140adb Background Color

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

This div background color is #140adb


#140adb Border Color

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

This div border color is #140adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140adb


Comments

No comments written yet.

Please login to write comment.