Color Hex Logo

#140bd4 Color Hex

#140BD4
(20,11,212)
0 Favorites   0 Comments

Color spaces of #140bd4

RGB 2011212
HSL0.670.900.44
HSV243°95°83°
CMYK 0.910.950.00   0.17
XYZ12.29185.141562.6319
Yxy5.14150.15350.0642
Hunter Lab22.674957.0818-147.8967
CIE-Lab27.134266.9266-91.9625

#140bd4 color RGB value is (20,11,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11010100
Octal 24 13 324
Decimal 20 11 212
Hex 14 B D4

RGB Percentages of Color #140bd4

%8.23
%4.53
%87.24

CMYK Percentages of Color #140bd4

%91
%95
%0
%17

Triadic Colors of #140bd4

#140bd4 #d4140b #0bd414

Analogous Colors of #140bd4

#140bd4 #790bd4 #0b67d4

Monochromatic Colors of #140bd4

#140bd4

Complementary Color

#140bd4 #cbd40b

#140bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bd4 Color CSS Codes

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

#140bd4 Text Font Color

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

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


#140bd4 Background Color

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

This div background color is #140bd4


#140bd4 Border Color

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

This div border color is #140bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bd4


Comments

No comments written yet.

Please login to write comment.