Color Hex Logo

#140eda Color Hex

#140EDA
(20,14,218)
0 Favorites   0 Comments

Color spaces of #140eda

RGB 2014218
HSL0.670.880.45
HSV242°94°85°
CMYK 0.910.940.00   0.15
XYZ13.10045.524866.7056
Yxy5.52480.15350.0647
Hunter Lab23.504958.3530-151.8083
CIE-Lab28.180567.8438-93.6893

#140eda color RGB value is (20,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001110 11011010
Octal 24 16 332
Decimal 20 14 218
Hex 14 E DA

RGB Percentages of Color #140eda

%7.94
%5.56
%86.51

CMYK Percentages of Color #140eda

%91
%94
%0
%15

Triadic Colors of #140eda

#140eda #da140e #0eda14

Analogous Colors of #140eda

#140eda #7a0eda #0e6eda

Monochromatic Colors of #140eda

#140eda

Complementary Color

#140eda #d4da0e

#140eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#140eda Color CSS Codes

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

#140eda Text Font Color

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

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


#140eda Background Color

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

This div background color is #140eda


#140eda Border Color

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

This div border color is #140eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140eda


Comments

No comments written yet.

Please login to write comment.