Color Hex Logo

#140bbf Color Hex

#140BBF
(20,11,191)
0 Favorites   0 Comments

Color spaces of #140bbf

RGB 2011191
HSL0.680.890.40
HSV243°94°75°
CMYK 0.900.940.00   0.25
XYZ9.81214.149749.5740
Yxy4.14970.15440.0653
Hunter Lab20.370850.3300-130.0274
CIE-Lab24.160361.4502-84.6189

#140bbf color RGB value is (20,11,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 10111111
Octal 24 13 277
Decimal 20 11 191
Hex 14 B BF

RGB Percentages of Color #140bbf

%9.01
%4.95
%86.04

CMYK Percentages of Color #140bbf

%90
%94
%0
%25

Triadic Colors of #140bbf

#140bbf #bf140b #0bbf14

Analogous Colors of #140bbf

#140bbf #6e0bbf #0b5cbf

Monochromatic Colors of #140bbf

#140bbf

Complementary Color

#140bbf #b6bf0b

#140bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bbf Color CSS Codes

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

#140bbf Text Font Color

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

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


#140bbf Background Color

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

This div background color is #140bbf


#140bbf Border Color

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

This div border color is #140bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bbf


Comments

No comments written yet.

Please login to write comment.