Color Hex Logo

#140efd Color Hex

#140EFD
(20,14,253)
0 Favorites   0 Comments

Color spaces of #140efd

RGB 2014253
HSL0.670.980.52
HSV242°94°99°
CMYK 0.920.940.00   0.01
XYZ18.17527.554693.4288
Yxy7.55460.15250.0634
Hunter Lab27.485669.9354-182.2978
CIE-Lab33.037576.6918-105.5036

#140efd color RGB value is (20,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001110 11111101
Octal 24 16 375
Decimal 20 14 253
Hex 14 E FD

RGB Percentages of Color #140efd

%6.97
%4.88
%88.15

CMYK Percentages of Color #140efd

%92
%94
%0
%1

Triadic Colors of #140efd

#140efd #fd140e #0efd14

Analogous Colors of #140efd

#140efd #8c0efd #0e80fd

Monochromatic Colors of #140efd

#140efd

Complementary Color

#140efd #f7fd0e

#140efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#140efd Color CSS Codes

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

#140efd Text Font Color

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

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


#140efd Background Color

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

This div background color is #140efd


#140efd Border Color

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

This div border color is #140efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140efd

#140efd Color Palettes


Comments

No comments written yet.

Please login to write comment.