Color Hex Logo

#140cef Color Hex

#140CEF
(20,12,239)
0 Favorites   0 Comments

Color spaces of #140cef

RGB 2012239
HSL0.670.900.49
HSV242°95°94°
CMYK 0.920.950.00   0.06
XYZ16.00006.643782.1004
Yxy6.64370.15280.0634
Hunter Lab25.775465.6965-170.8093
CIE-Lab30.981673.5702-101.0337

#140cef color RGB value is (20,12,239).

#140cef hex color red value is 20, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #140cef hue: 0.67 , saturation: 0.90 and the lightness value of 140cef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 11101111
Octal 24 14 357
Decimal 20 12 239
Hex 14 C EF

RGB Percentages of Color #140cef

%7.38
%4.43
%88.19

CMYK Percentages of Color #140cef

%92
%95
%0
%6

Triadic Colors of #140cef

#140cef #ef140c #0cef14

Analogous Colors of #140cef

#140cef #860cef #0c76ef

Monochromatic Colors of #140cef

#140cef

Complementary Color

#140cef #e7ef0c

#140cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#140cef Color CSS Codes

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

#140cef Text Font Color

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

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


#140cef Background Color

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

This div background color is #140cef


#140cef Border Color

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

This div border color is #140cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140cef


Comments

No comments written yet.

Please login to write comment.