Color Hex Logo

#142fba Color Hex

#142FBA
(20,47,186)
0 Favorites   0 Comments

Color spaces of #142fba

RGB 2047186
HSL0.640.810.40
HSV230°89°73°
CMYK 0.890.750.00   0.27
XYZ10.16795.726947.0239
Yxy5.72690.16160.0910
Hunter Lab23.930933.9628-99.7522
CIE-Lab28.712744.6291-74.0851

#142fba color RGB value is (20,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101111 10111010
Octal 24 57 272
Decimal 20 47 186
Hex 14 2F BA

RGB Percentages of Color #142fba

%7.91
%18.58
%73.52

CMYK Percentages of Color #142fba

%89
%75
%0
%27

Triadic Colors of #142fba

#142fba #ba142f #2fba14

Analogous Colors of #142fba

#142fba #4c14ba #1482ba

Monochromatic Colors of #142fba

#142fba

Complementary Color

#142fba #ba9f14

#142fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#142fba Color CSS Codes

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

#142fba Text Font Color

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

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


#142fba Background Color

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

This div background color is #142fba


#142fba Border Color

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

This div border color is #142fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142fba


Comments

No comments written yet.

Please login to write comment.