Color Hex Logo

#143eab Color Hex

#143EAB
(20,62,171)
0 Favorites   0 Comments

Color spaces of #143eab

RGB 2062171
HSL0.620.790.37
HSV223°88°67°
CMYK 0.880.640.00   0.33
XYZ9.36186.534239.2959
Yxy6.53420.16960.1184
Hunter Lab25.562120.6398-73.2515
CIE-Lab30.722129.5222-61.8389

#143eab color RGB value is (20,62,171).

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

The process color (four color CMYK) of #143eab color hex is 0.88, 0.64, 0.00, 0.33. Web safe color of #143eab is #003399. Color #143eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 10101011
Octal 24 76 253
Decimal 20 62 171
Hex 14 3E AB

RGB Percentages of Color #143eab

%7.91
%24.51
%67.59

CMYK Percentages of Color #143eab

%88
%64
%0
%33

Triadic Colors of #143eab

#143eab #ab143e #3eab14

Analogous Colors of #143eab

#143eab #3514ab #148aab

Monochromatic Colors of #143eab

#143eab

Complementary Color

#143eab #ab8114

#143eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#143eab Color CSS Codes

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

#143eab Text Font Color

<p style="color:#143eab">Text here</p>

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


#143eab Background Color

<div style="background-color:#143eab">
Div content here</div>

This div background color is #143eab


#143eab Border Color

<div style="border:3px solid #143eab">
Div here</div>

This div border color is #143eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143eab


Comments

No comments written yet.

Please login to write comment.