Color Hex Logo

#143ccd Color Hex

#143CCD
(20,60,205)
0 Favorites   0 Comments

Color spaces of #143ccd

RGB 2060205
HSL0.630.820.44
HSV227°90°80°
CMYK 0.900.710.00   0.20
XYZ12.92387.788258.5797
Yxy7.78820.16300.0982
Hunter Lab27.907333.8249-104.9192
CIE-Lab33.537843.5858-77.2543

#143ccd color RGB value is (20,60,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 11001101
Octal 24 74 315
Decimal 20 60 205
Hex 14 3C CD

RGB Percentages of Color #143ccd

%7.02
%21.05
%71.93

CMYK Percentages of Color #143ccd

%90
%71
%0
%20

Triadic Colors of #143ccd

#143ccd #cd143c #3ccd14

Analogous Colors of #143ccd

#143ccd #4914cd #1499cd

Monochromatic Colors of #143ccd

#143ccd

Complementary Color

#143ccd #cda514

#143ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#143ccd Color CSS Codes

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

#143ccd Text Font Color

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

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


#143ccd Background Color

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

This div background color is #143ccd


#143ccd Border Color

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

This div border color is #143ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143ccd


Comments

No comments written yet.

Please login to write comment.