Color Hex Logo

#143abd Color Hex

#143ABD
(20,58,189)
0 Favorites   0 Comments

Color spaces of #143abd

RGB 2058189
HSL0.630.810.41
HSV227°89°74°
CMYK 0.890.690.00   0.26
XYZ10.98696.849048.8870
Yxy6.84900.16470.1026
Hunter Lab26.170629.1391-92.4351
CIE-Lab31.460738.9936-71.3180

#143abd color RGB value is (20,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 10111101
Octal 24 72 275
Decimal 20 58 189
Hex 14 3A BD

RGB Percentages of Color #143abd

%7.49
%21.72
%70.79

CMYK Percentages of Color #143abd

%89
%69
%0
%26

Triadic Colors of #143abd

#143abd #bd143a #3abd14

Analogous Colors of #143abd

#143abd #4214bd #148fbd

Monochromatic Colors of #143abd

#143abd

Complementary Color

#143abd #bd9714

#143abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143abd Color CSS Codes

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

#143abd Text Font Color

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

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


#143abd Background Color

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

This div background color is #143abd


#143abd Border Color

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

This div border color is #143abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143abd


Comments

No comments written yet.

Please login to write comment.