Color Hex Logo

#143bcd Color Hex

#143BCD
(20,59,205)
0 Favorites   0 Comments

Color spaces of #143bcd

RGB 2059205
HSL0.630.820.44
HSV227°90°80°
CMYK 0.900.710.00   0.20
XYZ12.87197.684458.5624
Yxy7.68440.16270.0971
Hunter Lab27.720834.3737-105.8506
CIE-Lab33.316844.1940-77.6194

#143bcd color RGB value is (20,59,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111011 11001101
Octal 24 73 315
Decimal 20 59 205
Hex 14 3B CD

RGB Percentages of Color #143bcd

%7.04
%20.77
%72.18

CMYK Percentages of Color #143bcd

%90
%71
%0
%20

Triadic Colors of #143bcd

#143bcd #cd143b #3bcd14

Analogous Colors of #143bcd

#143bcd #4914cd #1498cd

Monochromatic Colors of #143bcd

#143bcd

Complementary Color

#143bcd #cda614

#143bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143bcd Color CSS Codes

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

#143bcd Text Font Color

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

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


#143bcd Background Color

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

This div background color is #143bcd


#143bcd Border Color

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

This div border color is #143bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143bcd


Comments

No comments written yet.

Please login to write comment.