Color Hex Logo

#140bdc Color Hex

#140BDC
(20,11,220)
0 Favorites   0 Comments

Color spaces of #140bdc

RGB 2011220
HSL0.670.900.45
HSV243°95°86°
CMYK 0.910.950.00   0.14
XYZ13.32645.555468.0801
Yxy5.55540.15320.0639
Hunter Lab23.569959.6764-154.7564
CIE-Lab28.261968.9696-94.7077

#140bdc color RGB value is (20,11,220).

#140bdc hex color red value is 20, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #140bdc hue: 0.67 , saturation: 0.90 and the lightness value of 140bdc is 0.45.

The process color (four color CMYK) of #140bdc color hex is 0.91, 0.95, 0.00, 0.14. Web safe color of #140bdc is #0000cc. Color #140bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11011100
Octal 24 13 334
Decimal 20 11 220
Hex 14 B DC

RGB Percentages of Color #140bdc

%7.97
%4.38
%87.65

CMYK Percentages of Color #140bdc

%91
%95
%0
%14

Triadic Colors of #140bdc

#140bdc #dc140b #0bdc14

Analogous Colors of #140bdc

#140bdc #7d0bdc #0b6bdc

Monochromatic Colors of #140bdc

#140bdc

Complementary Color

#140bdc #d3dc0b

#140bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bdc Color CSS Codes

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

#140bdc Text Font Color

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

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


#140bdc Background Color

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

This div background color is #140bdc


#140bdc Border Color

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

This div border color is #140bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bdc


Comments

No comments written yet.

Please login to write comment.