Color Hex Logo

#142abb Color Hex

#142ABB
(20,42,187)
0 Favorites   0 Comments

Color spaces of #142abb

RGB 2042187
HSL0.640.810.41
HSV232°89°73°
CMYK 0.890.780.00   0.27
XYZ10.08615.392547.5230
Yxy5.39250.16010.0856
Hunter Lab23.221836.8913-105.0809
CIE-Lab27.824947.8176-76.1487

#142abb color RGB value is (20,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101010 10111011
Octal 24 52 273
Decimal 20 42 187
Hex 14 2A BB

RGB Percentages of Color #142abb

%8.03
%16.87
%75.10

CMYK Percentages of Color #142abb

%89
%78
%0
%27

Triadic Colors of #142abb

#142abb #bb142a #2abb14

Analogous Colors of #142abb

#142abb #5114bb #147ebb

Monochromatic Colors of #142abb

#142abb

Complementary Color

#142abb #bba514

#142abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#142abb Color CSS Codes

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

#142abb Text Font Color

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

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


#142abb Background Color

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

This div background color is #142abb


#142abb Border Color

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

This div border color is #142abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142abb


Comments

No comments written yet.

Please login to write comment.