Color Hex Logo

#140dcd Color Hex

#140DCD
(20,13,205)
0 Favorites   0 Comments

Color spaces of #140dcd

RGB 2013205
HSL0.670.880.43
HSV242°94°80°
CMYK 0.900.940.00   0.20
XYZ11.45194.844358.0891
Yxy4.84430.15400.0651
Hunter Lab22.009854.3582-141.0738
CIE-Lab26.286564.6848-89.3012

#140dcd color RGB value is (20,13,205).

#140dcd hex color red value is 20, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #140dcd hue: 0.67 , saturation: 0.88 and the lightness value of 140dcd is 0.43.

The process color (four color CMYK) of #140dcd color hex is 0.90, 0.94, 0.00, 0.20. Web safe color of #140dcd is #0000cc. Color #140dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001101 11001101
Octal 24 15 315
Decimal 20 13 205
Hex 14 D CD

RGB Percentages of Color #140dcd

%8.40
%5.46
%86.13

CMYK Percentages of Color #140dcd

%90
%94
%0
%20

Triadic Colors of #140dcd

#140dcd #cd140d #0dcd14

Analogous Colors of #140dcd

#140dcd #740dcd #0d66cd

Monochromatic Colors of #140dcd

#140dcd

Complementary Color

#140dcd #c6cd0d

#140dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#140dcd Color CSS Codes

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

#140dcd Text Font Color

<p style="color:#140dcd">Text here</p>

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


#140dcd Background Color

<div style="background-color:#140dcd">
Div content here</div>

This div background color is #140dcd


#140dcd Border Color

<div style="border:3px solid #140dcd">
Div here</div>

This div border color is #140dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140dcd


Comments

No comments written yet.

Please login to write comment.