Color Hex Logo

#142efd Color Hex

#142EFD
(20,46,253)
0 Favorites   0 Comments

Color spaces of #142efd

RGB 2046253
HSL0.650.980.54
HSV233°92°99°
CMYK 0.920.820.00   0.01
XYZ18.99519.194693.7021
Yxy9.19460.15580.0754
Hunter Lab30.322658.7539-161.9906
CIE-Lab36.356366.6547-99.9667

#142efd color RGB value is (20,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101110 11111101
Octal 24 56 375
Decimal 20 46 253
Hex 14 2E FD

RGB Percentages of Color #142efd

%6.27
%14.42
%79.31

CMYK Percentages of Color #142efd

%92
%82
%0
%1

Triadic Colors of #142efd

#142efd #fd142e #2efd14

Analogous Colors of #142efd

#142efd #6f14fd #14a3fd

Monochromatic Colors of #142efd

#142efd

Complementary Color

#142efd #fde314

#142efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142efd Color CSS Codes

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

#142efd Text Font Color

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

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


#142efd Background Color

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

This div background color is #142efd


#142efd Border Color

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

This div border color is #142efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,46,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 #142efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142efd

Related Colors


Comments

No comments written yet.

Please login to write comment.