Color Hex Logo

#143aba Color Hex

#143ABA
(20,58,186)
0 Favorites   0 Comments

Color spaces of #143aba

RGB 2058186
HSL0.630.810.40
HSV226°89°73°
CMYK 0.890.690.00   0.27
XYZ10.66456.720047.1894
Yxy6.72000.16520.1041
Hunter Lab25.923028.0683-89.7837
CIE-Lab31.160837.8800-70.0414

#143aba color RGB value is (20,58,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 10111010
Octal 24 72 272
Decimal 20 58 186
Hex 14 3A BA

RGB Percentages of Color #143aba

%7.58
%21.97
%70.45

CMYK Percentages of Color #143aba

%89
%69
%0
%27

Triadic Colors of #143aba

#143aba #ba143a #3aba14

Analogous Colors of #143aba

#143aba #4114ba #148dba

Monochromatic Colors of #143aba

#143aba

Complementary Color

#143aba #ba9414

#143aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#143aba Color CSS Codes

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

#143aba Text Font Color

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

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


#143aba Background Color

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

This div background color is #143aba


#143aba Border Color

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

This div border color is #143aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143aba


Comments

No comments written yet.

Please login to write comment.