Color Hex Logo

#142bea Color Hex

#142BEA
(20,43,234)
0 Favorites   0 Comments

Color spaces of #142bea

RGB 2043234
HSL0.650.840.50
HSV234°91°92°
CMYK 0.910.820.00   0.08
XYZ16.00377.817078.5072
Yxy7.81700.15640.0764
Hunter Lab27.958953.2455-146.9122
CIE-Lab33.598862.3104-93.8259

#142bea color RGB value is (20,43,234).

#142bea hex color red value is 20, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #142bea hue: 0.65 , saturation: 0.84 and the lightness value of 142bea is 0.50.

The process color (four color CMYK) of #142bea color hex is 0.91, 0.82, 0.00, 0.08. Web safe color of #142bea is #0033ff. Color #142bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 11101010
Octal 24 53 352
Decimal 20 43 234
Hex 14 2B EA

RGB Percentages of Color #142bea

%6.73
%14.48
%78.79

CMYK Percentages of Color #142bea

%91
%82
%0
%8

Triadic Colors of #142bea

#142bea #ea142b #2bea14

Analogous Colors of #142bea

#142bea #6814ea #1496ea

Monochromatic Colors of #142bea

#142bea

Complementary Color

#142bea #ead314

#142bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bea Color CSS Codes

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

#142bea Text Font Color

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

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


#142bea Background Color

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

This div background color is #142bea


#142bea Border Color

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

This div border color is #142bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bea


Comments

No comments written yet.

Please login to write comment.