Color Hex Logo

#140fbf Color Hex

#140FBF
(20,15,191)
0 Favorites   0 Comments

Color spaces of #140fbf

RGB 2015191
HSL0.670.850.40
HSV242°92°75°
CMYK 0.900.920.00   0.25
XYZ9.86334.252049.5911
Yxy4.25200.15480.0667
Hunter Lab20.620449.2958-128.1556
CIE-Lab24.487660.4465-84.0722

#140fbf color RGB value is (20,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001111 10111111
Octal 24 17 277
Decimal 20 15 191
Hex 14 F BF

RGB Percentages of Color #140fbf

%8.85
%6.64
%84.51

CMYK Percentages of Color #140fbf

%90
%92
%0
%25

Triadic Colors of #140fbf

#140fbf #bf140f #0fbf14

Analogous Colors of #140fbf

#140fbf #6c0fbf #0f62bf

Monochromatic Colors of #140fbf

#140fbf

Complementary Color

#140fbf #babf0f

#140fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#140fbf Color CSS Codes

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

#140fbf Text Font Color

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

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


#140fbf Background Color

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

This div background color is #140fbf


#140fbf Border Color

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

This div border color is #140fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,15,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 #140fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140fbf


Comments

No comments written yet.

Please login to write comment.