Color Hex Logo

#142fef Color Hex

#142FEF
(20,47,239)
0 Favorites   0 Comments

Color spaces of #142fef

RGB 2047239
HSL0.650.870.51
HSV233°92°94°
CMYK 0.920.800.00   0.06
XYZ16.88508.413782.3954
Yxy8.41370.15680.0781
Hunter Lab29.006453.1461-148.1145
CIE-Lab34.830061.9814-94.6163

#142fef color RGB value is (20,47,239).

#142fef hex color red value is 20, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #142fef hue: 0.65 , saturation: 0.87 and the lightness value of 142fef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101111 11101111
Octal 24 57 357
Decimal 20 47 239
Hex 14 2F EF

RGB Percentages of Color #142fef

%6.54
%15.36
%78.10

CMYK Percentages of Color #142fef

%92
%80
%0
%6

Triadic Colors of #142fef

#142fef #ef142f #2fef14

Analogous Colors of #142fef

#142fef #6714ef #149def

Monochromatic Colors of #142fef

#142fef

Complementary Color

#142fef #efd414

#142fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#142fef Color CSS Codes

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

#142fef Text Font Color

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

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


#142fef Background Color

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

This div background color is #142fef


#142fef Border Color

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

This div border color is #142fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142fef


Comments

No comments written yet.

Please login to write comment.