Color Hex Logo

#143ecd Color Hex

#143ECD
(20,62,205)
0 Favorites   0 Comments

Color spaces of #143ecd

RGB 2062205
HSL0.630.820.44
HSV226°90°80°
CMYK 0.900.700.00   0.20
XYZ13.03068.001758.6153
Yxy8.00170.16360.1005
Hunter Lab28.287332.7237-103.0563
CIE-Lab33.986442.3585-76.5138

#143ecd color RGB value is (20,62,205).

#143ecd hex color red value is 20, green value is 62 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #143ecd hue: 0.63 , saturation: 0.82 and the lightness value of 143ecd is 0.44.

The process color (four color CMYK) of #143ecd color hex is 0.90, 0.70, 0.00, 0.20. Web safe color of #143ecd is #0033cc. Color #143ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 11001101
Octal 24 76 315
Decimal 20 62 205
Hex 14 3E CD

RGB Percentages of Color #143ecd

%6.97
%21.60
%71.43

CMYK Percentages of Color #143ecd

%90
%70
%0
%20

Triadic Colors of #143ecd

#143ecd #cd143e #3ecd14

Analogous Colors of #143ecd

#143ecd #4714cd #149bcd

Monochromatic Colors of #143ecd

#143ecd

Complementary Color

#143ecd #cda314

#143ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ecd Color CSS Codes

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

#143ecd Text Font Color

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

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


#143ecd Background Color

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

This div background color is #143ecd


#143ecd Border Color

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

This div border color is #143ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ecd


Comments

No comments written yet.

Please login to write comment.