Color Hex Logo

#140bbd Color Hex

#140BBD
(20,11,189)
0 Favorites   0 Comments

Color spaces of #140bbd

RGB 2011189
HSL0.680.890.39
HSV243°94°74°
CMYK 0.890.940.00   0.26
XYZ9.59354.062248.4226
Yxy4.06220.15450.0654
Hunter Lab20.154949.6929-128.3371
CIE-Lab23.876060.9206-83.9085

#140bbd color RGB value is (20,11,189).

#140bbd hex color red value is 20, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #140bbd hue: 0.68 , saturation: 0.89 and the lightness value of 140bbd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 10111101
Octal 24 13 275
Decimal 20 11 189
Hex 14 B BD

RGB Percentages of Color #140bbd

%9.09
%5.00
%85.91

CMYK Percentages of Color #140bbd

%89
%94
%0
%26

Triadic Colors of #140bbd

#140bbd #bd140b #0bbd14

Analogous Colors of #140bbd

#140bbd #6d0bbd #0b5bbd

Monochromatic Colors of #140bbd

#140bbd

Complementary Color

#140bbd #b4bd0b

#140bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bbd Color CSS Codes

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

#140bbd Text Font Color

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

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


#140bbd Background Color

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

This div background color is #140bbd


#140bbd Border Color

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

This div border color is #140bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bbd


Comments

No comments written yet.

Please login to write comment.