Color Hex Logo

#143abb Color Hex

#143ABB
(20,58,187)
0 Favorites   0 Comments

Color spaces of #143abb

RGB 2058187
HSL0.630.810.41
HSV226°89°73°
CMYK 0.890.690.00   0.27
XYZ10.77126.762747.7513
Yxy6.76270.16500.1036
Hunter Lab26.005228.4246-90.6660
CIE-Lab31.260538.2520-70.4679

#143abb color RGB value is (20,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 10111011
Octal 24 72 273
Decimal 20 58 187
Hex 14 3A BB

RGB Percentages of Color #143abb

%7.55
%21.89
%70.57

CMYK Percentages of Color #143abb

%89
%69
%0
%27

Triadic Colors of #143abb

#143abb #bb143a #3abb14

Analogous Colors of #143abb

#143abb #4114bb #148ebb

Monochromatic Colors of #143abb

#143abb

Complementary Color

#143abb #bb9514

#143abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#143abb Color CSS Codes

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

#143abb Text Font Color

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

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


#143abb Background Color

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

This div background color is #143abb


#143abb Border Color

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

This div border color is #143abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143abb


Comments

No comments written yet.

Please login to write comment.