Color Hex Logo

#140bea Color Hex

#140BEA
(20,11,234)
0 Favorites   0 Comments

Color spaces of #140bea

RGB 2011234
HSL0.670.910.48
HSV242°95°92°
CMYK 0.910.950.00   0.08
XYZ15.25946.328678.2592
Yxy6.32860.15280.0634
Hunter Lab25.156764.2492-166.8337
CIE-Lab30.226872.4966-99.4507

#140bea color RGB value is (20,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001011 11101010
Octal 24 13 352
Decimal 20 11 234
Hex 14 B EA

RGB Percentages of Color #140bea

%7.55
%4.15
%88.30

CMYK Percentages of Color #140bea

%91
%95
%0
%8

Triadic Colors of #140bea

#140bea #ea140b #0bea14

Analogous Colors of #140bea

#140bea #840bea #0b72ea

Monochromatic Colors of #140bea

#140bea

Complementary Color

#140bea #e1ea0b

#140bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#140bea Color CSS Codes

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

#140bea Text Font Color

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

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


#140bea Background Color

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

This div background color is #140bea


#140bea Border Color

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

This div border color is #140bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140bea


Comments

No comments written yet.

Please login to write comment.