Color Hex Logo

#143daf Color Hex

#143DAF
(20,61,175)
0 Favorites   0 Comments

Color spaces of #143daf

RGB 2061175
HSL0.620.790.38
HSV224°89°69°
CMYK 0.890.650.00   0.31
XYZ9.69516.581441.3168
Yxy6.58140.16830.1143
Hunter Lab25.654222.5628-77.5301
CIE-Lab30.834331.7469-64.0457

#143daf color RGB value is (20,61,175).

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

The process color (four color CMYK) of #143daf color hex is 0.89, 0.65, 0.00, 0.31. Web safe color of #143daf is #003399. Color #143daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111101 10101111
Octal 24 75 257
Decimal 20 61 175
Hex 14 3D AF

RGB Percentages of Color #143daf

%7.81
%23.83
%68.36

CMYK Percentages of Color #143daf

%89
%65
%0
%31

Triadic Colors of #143daf

#143daf #af143d #3daf14

Analogous Colors of #143daf

#143daf #3814af #148baf

Monochromatic Colors of #143daf

#143daf

Complementary Color

#143daf #af8614

#143daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#143daf Color CSS Codes

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

#143daf Text Font Color

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

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


#143daf Background Color

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

This div background color is #143daf


#143daf Border Color

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

This div border color is #143daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143daf


Comments

No comments written yet.

Please login to write comment.