Color Hex Logo

#142ffd Color Hex

#142FFD
(20,47,253)
0 Favorites   0 Comments

Color spaces of #142ffd

RGB 2047253
HSL0.650.980.54
HSV233°92°99°
CMYK 0.920.810.00   0.01
XYZ19.03469.273693.7153
Yxy9.27360.15600.0760
Hunter Lab30.452658.2806-161.1432
CIE-Lab36.505866.2127-99.7178

#142ffd color RGB value is (20,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101111 11111101
Octal 24 57 375
Decimal 20 47 253
Hex 14 2F FD

RGB Percentages of Color #142ffd

%6.25
%14.69
%79.06

CMYK Percentages of Color #142ffd

%92
%81
%0
%1

Triadic Colors of #142ffd

#142ffd #fd142f #2ffd14

Analogous Colors of #142ffd

#142ffd #6e14fd #14a4fd

Monochromatic Colors of #142ffd

#142ffd

Complementary Color

#142ffd #fde214

#142ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142ffd Color CSS Codes

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

#142ffd Text Font Color

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

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


#142ffd Background Color

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

This div background color is #142ffd


#142ffd Border Color

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

This div border color is #142ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142ffd


Comments

No comments written yet.

Please login to write comment.