Color Hex Logo

#142dab Color Hex

#142DAB
(20,45,171)
0 Favorites   0 Comments

Color spaces of #142dab

RGB 2045171
HSL0.640.790.37
HSV230°88°67°
CMYK 0.880.740.00   0.33
XYZ8.57764.965839.0345
Yxy4.96580.16310.0944
Hunter Lab22.284129.7112-88.2581
CIE-Lab26.637140.4935-68.5655

#142dab color RGB value is (20,45,171).

#142dab hex color red value is 20, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #142dab hue: 0.64 , saturation: 0.79 and the lightness value of 142dab is 0.37.

The process color (four color CMYK) of #142dab color hex is 0.88, 0.74, 0.00, 0.33. Web safe color of #142dab is #003399. Color #142dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 10101011
Octal 24 55 253
Decimal 20 45 171
Hex 14 2D AB

RGB Percentages of Color #142dab

%8.47
%19.07
%72.46

CMYK Percentages of Color #142dab

%88
%74
%0
%33

Triadic Colors of #142dab

#142dab #ab142d #2dab14

Analogous Colors of #142dab

#142dab #4614ab #1479ab

Monochromatic Colors of #142dab

#142dab

Complementary Color

#142dab #ab9214

#142dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dab Color CSS Codes

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

#142dab Text Font Color

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

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


#142dab Background Color

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

This div background color is #142dab


#142dab Border Color

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

This div border color is #142dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dab


Comments

No comments written yet.

Please login to write comment.