Color Hex Logo

#142bbb Color Hex

#142BBB
(20,43,187)
0 Favorites   0 Comments

Color spaces of #142bbb

RGB 2043187
HSL0.640.810.41
HSV232°89°73°
CMYK 0.890.770.00   0.27
XYZ10.12205.464347.5349
Yxy5.46430.16040.0866
Hunter Lab23.375836.3848-104.2034
CIE-Lab28.018647.2634-75.8275

#142bbb color RGB value is (20,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 10111011
Octal 24 53 273
Decimal 20 43 187
Hex 14 2B BB

RGB Percentages of Color #142bbb

%8.00
%17.20
%74.80

CMYK Percentages of Color #142bbb

%89
%77
%0
%27

Triadic Colors of #142bbb

#142bbb #bb142b #2bbb14

Analogous Colors of #142bbb

#142bbb #5114bb #147fbb

Monochromatic Colors of #142bbb

#142bbb

Complementary Color

#142bbb #bba414

#142bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bbb Color CSS Codes

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

#142bbb Text Font Color

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

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


#142bbb Background Color

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

This div background color is #142bbb


#142bbb Border Color

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

This div border color is #142bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bbb


Comments

No comments written yet.

Please login to write comment.