Color Hex Logo

#143ecc Color Hex

#143ECC
(20,62,204)
0 Favorites   0 Comments

Color spaces of #143ecc

RGB 2062204
HSL0.630.820.44
HSV226°90°80°
CMYK 0.900.700.00   0.20
XYZ12.91027.953657.9815
Yxy7.95360.16370.1009
Hunter Lab28.202132.3589-102.1544
CIE-Lab33.886141.9946-76.0983

#143ecc color RGB value is (20,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111110 11001100
Octal 24 76 314
Decimal 20 62 204
Hex 14 3E CC

RGB Percentages of Color #143ecc

%6.99
%21.68
%71.33

CMYK Percentages of Color #143ecc

%90
%70
%0
%20

Triadic Colors of #143ecc

#143ecc #cc143e #3ecc14

Analogous Colors of #143ecc

#143ecc #4614cc #149acc

Monochromatic Colors of #143ecc

#143ecc

Complementary Color

#143ecc #cca214

#143ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ecc Color CSS Codes

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

#143ecc Text Font Color

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

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


#143ecc Background Color

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

This div background color is #143ecc


#143ecc Border Color

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

This div border color is #143ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ecc


Comments

No comments written yet.

Please login to write comment.