Color Hex Logo

#143f7f Color Hex

#143F7F
(20,63,127)
0 Favorites   0 Comments

Color spaces of #143f7f

RGB 2063127
HSL0.600.730.29
HSV216°84°50°
CMYK 0.840.500.00   0.50
XYZ5.89685.236020.7785
Yxy5.23600.18480.1641
Hunter Lab22.88235.9556-37.8212
CIE-Lab27.396810.8828-40.3237

#143f7f color RGB value is (20,63,127).

#143f7f hex color red value is 20, green value is 63 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #143f7f hue: 0.60 , saturation: 0.73 and the lightness value of 143f7f is 0.29.

The process color (four color CMYK) of #143f7f color hex is 0.84, 0.50, 0.00, 0.50. Web safe color of #143f7f is #003366. Color #143f7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111111 01111111
Octal 24 77 177
Decimal 20 63 127
Hex 14 3F 7F

RGB Percentages of Color #143f7f

%9.52
%30.00
%60.48

CMYK Percentages of Color #143f7f

%84
%50
%0
%50

Triadic Colors of #143f7f

#143f7f #7f143f #3f7f14

Analogous Colors of #143f7f

#143f7f #1e147f #14757f

Monochromatic Colors of #143f7f

#143f7f

Complementary Color

#143f7f #7f5414

#143f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#143f7f Color CSS Codes

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

#143f7f Text Font Color

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

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


#143f7f Background Color

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

This div background color is #143f7f


#143f7f Border Color

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

This div border color is #143f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143f7f


Comments

No comments written yet.

Please login to write comment.