Color Hex Logo

#143dbd Color Hex

#143DBD
(20,61,189)
0 Favorites   0 Comments

Color spaces of #143dbd

RGB 2061189
HSL0.630.810.41
HSV225°89°74°
CMYK 0.890.680.00   0.26
XYZ11.14257.160348.9389
Yxy7.16030.16570.1065
Hunter Lab26.758727.5007-89.7040
CIE-Lab32.169137.0845-70.1508

#143dbd color RGB value is (20,61,189).

#143dbd hex color red value is 20, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #143dbd hue: 0.63 , saturation: 0.81 and the lightness value of 143dbd is 0.41.

The process color (four color CMYK) of #143dbd color hex is 0.89, 0.68, 0.00, 0.26. Web safe color of #143dbd is #0033cc. Color #143dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111101 10111101
Octal 24 75 275
Decimal 20 61 189
Hex 14 3D BD

RGB Percentages of Color #143dbd

%7.41
%22.59
%70.00

CMYK Percentages of Color #143dbd

%89
%68
%0
%26

Triadic Colors of #143dbd

#143dbd #bd143d #3dbd14

Analogous Colors of #143dbd

#143dbd #4014bd #1492bd

Monochromatic Colors of #143dbd

#143dbd

Complementary Color

#143dbd #bd9414

#143dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143dbd Color CSS Codes

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

#143dbd Text Font Color

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

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


#143dbd Background Color

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

This div background color is #143dbd


#143dbd Border Color

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

This div border color is #143dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143dbd


Comments

No comments written yet.

Please login to write comment.