Color Hex Logo

#143bcc Color Hex

#143BCC
(20,59,204)
0 Favorites   0 Comments

Color spaces of #143bcc

RGB 2059204
HSL0.630.820.44
HSV227°90°80°
CMYK 0.900.710.00   0.20
XYZ12.75157.636357.9286
Yxy7.63630.16280.0975
Hunter Lab27.633934.0087-104.9454
CIE-Lab33.213743.8354-77.2083

#143bcc color RGB value is (20,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 11001100
Octal 24 73 314
Decimal 20 59 204
Hex 14 3B CC

RGB Percentages of Color #143bcc

%7.07
%20.85
%72.08

CMYK Percentages of Color #143bcc

%90
%71
%0
%20

Triadic Colors of #143bcc

#143bcc #cc143b #3bcc14

Analogous Colors of #143bcc

#143bcc #4914cc #1497cc

Monochromatic Colors of #143bcc

#143bcc

Complementary Color

#143bcc #cca514

#143bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bcc Color CSS Codes

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

#143bcc Text Font Color

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

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


#143bcc Background Color

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

This div background color is #143bcc


#143bcc Border Color

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

This div border color is #143bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bcc


Comments

No comments written yet.

Please login to write comment.