Color Hex Logo

#140baf Color Hex

#140BAF
(20,11,175)
0 Favorites   0 Comments

Color spaces of #140baf

RGB 2011175
HSL0.680.880.36
HSV243°94°69°
CMYK 0.890.940.00   0.31
XYZ8.14603.483240.8004
Yxy3.48320.15540.0664
Hunter Lab18.663345.2492-116.5511
CIE-Lab21.883657.1564-78.8723

#140baf color RGB value is (20,11,175).

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

The process color (four color CMYK) of #140baf color hex is 0.89, 0.94, 0.00, 0.31. Web safe color of #140baf is #000099. Color #140baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 10101111
Octal 24 13 257
Decimal 20 11 175
Hex 14 B AF

RGB Percentages of Color #140baf

%9.71
%5.34
%84.95

CMYK Percentages of Color #140baf

%89
%94
%0
%31

Triadic Colors of #140baf

#140baf #af140b #0baf14

Analogous Colors of #140baf

#140baf #660baf #0b54af

Monochromatic Colors of #140baf

#140baf

Complementary Color

#140baf #a6af0b

#140baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#140baf Color CSS Codes

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

#140baf Text Font Color

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

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


#140baf Background Color

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

This div background color is #140baf


#140baf Border Color

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

This div border color is #140baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140baf


Comments

No comments written yet.

Please login to write comment.