Color Hex Logo

#143cfd Color Hex

#143CFD
(20,60,253)
0 Favorites   0 Comments

Color spaces of #143cfd

RGB 2060253
HSL0.640.980.54
HSV230°92°99°
CMYK 0.920.760.00   0.01
XYZ19.634010.472393.9150
Yxy10.47230.15830.0844
Hunter Lab32.360951.6677-149.4135
CIE-Lab38.677159.8928-96.1093

#143cfd color RGB value is (20,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 11111101
Octal 24 74 375
Decimal 20 60 253
Hex 14 3C FD

RGB Percentages of Color #143cfd

%6.01
%18.02
%75.98

CMYK Percentages of Color #143cfd

%92
%76
%0
%1

Triadic Colors of #143cfd

#143cfd #fd143c #3cfd14

Analogous Colors of #143cfd

#143cfd #6114fd #14b1fd

Monochromatic Colors of #143cfd

#143cfd

Complementary Color

#143cfd #fdd514

#143cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143cfd Color CSS Codes

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

#143cfd Text Font Color

<p style="color:#143cfd">Text here</p>

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


#143cfd Background Color

<div style="background-color:#143cfd">
Div content here</div>

This div background color is #143cfd


#143cfd Border Color

<div style="border:3px solid #143cfd">
Div here</div>

This div border color is #143cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.