Color Hex Logo

#143adb Color Hex

#143ADB
(20,58,219)
0 Favorites   0 Comments

Color spaces of #143adb

RGB 2058219
HSL0.630.830.47
HSV229°91°86°
CMYK 0.910.740.00   0.14
XYZ14.58778.289367.8490
Yxy8.28930.16080.0914
Hunter Lab28.791140.0567-119.5686
CIE-Lab34.578349.6930-83.6236

#143adb color RGB value is (20,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 11011011
Octal 24 72 333
Decimal 20 58 219
Hex 14 3A DB

RGB Percentages of Color #143adb

%6.73
%19.53
%73.74

CMYK Percentages of Color #143adb

%91
%74
%0
%14

Triadic Colors of #143adb

#143adb #db143a #3adb14

Analogous Colors of #143adb

#143adb #5214db #149edb

Monochromatic Colors of #143adb

#143adb

Complementary Color

#143adb #dbb514

#143adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#143adb Color CSS Codes

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

#143adb Text Font Color

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

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


#143adb Background Color

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

This div background color is #143adb


#143adb Border Color

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

This div border color is #143adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143adb


Comments

No comments written yet.

Please login to write comment.