Color Hex Logo

#142bbd Color Hex

#142BBD
(20,43,189)
0 Favorites   0 Comments

Color spaces of #142bbd

RGB 2043189
HSL0.640.810.41
HSV232°89°74°
CMYK 0.890.770.00   0.26
XYZ10.33775.550648.6706
Yxy5.55060.16010.0860
Hunter Lab23.559737.0940-105.9919
CIE-Lab28.249147.9414-76.6289

#142bbd color RGB value is (20,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 10111101
Octal 24 53 275
Decimal 20 43 189
Hex 14 2B BD

RGB Percentages of Color #142bbd

%7.94
%17.06
%75.00

CMYK Percentages of Color #142bbd

%89
%77
%0
%26

Triadic Colors of #142bbd

#142bbd #bd142b #2bbd14

Analogous Colors of #142bbd

#142bbd #5114bd #1480bd

Monochromatic Colors of #142bbd

#142bbd

Complementary Color

#142bbd #bda614

#142bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bbd Color CSS Codes

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

#142bbd Text Font Color

<p style="color:#142bbd">Text here</p>

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


#142bbd Background Color

<div style="background-color:#142bbd">
Div content here</div>

This div background color is #142bbd


#142bbd Border Color

<div style="border:3px solid #142bbd">
Div here</div>

This div border color is #142bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bbd


Comments

No comments written yet.

Please login to write comment.