Color Hex Logo

#143edb Color Hex

#143EDB
(20,62,219)
0 Favorites   0 Comments

Color spaces of #143edb

RGB 2062219
HSL0.630.830.47
HSV227°91°86°
CMYK 0.910.720.00   0.14
XYZ14.79738.708467.9188
Yxy8.70840.16190.0953
Hunter Lab29.510037.8634-115.8020
CIE-Lab35.416747.3551-82.2366

#143edb color RGB value is (20,62,219).

#143edb hex color red value is 20, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #143edb hue: 0.63 , saturation: 0.83 and the lightness value of 143edb is 0.47.

The process color (four color CMYK) of #143edb color hex is 0.91, 0.72, 0.00, 0.14. Web safe color of #143edb is #0033cc. Color #143edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 11011011
Octal 24 76 333
Decimal 20 62 219
Hex 14 3E DB

RGB Percentages of Color #143edb

%6.64
%20.60
%72.76

CMYK Percentages of Color #143edb

%91
%72
%0
%14

Triadic Colors of #143edb

#143edb #db143e #3edb14

Analogous Colors of #143edb

#143edb #4d14db #14a2db

Monochromatic Colors of #143edb

#143edb

Complementary Color

#143edb #dbb114

#143edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#143edb Color CSS Codes

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

#143edb Text Font Color

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

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


#143edb Background Color

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

This div background color is #143edb


#143edb Border Color

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

This div border color is #143edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143edb


Comments

No comments written yet.

Please login to write comment.