Color Hex Logo

#140028 Color Hex

#140028
(20,0,40)
1 Favorites   0 Comments

Color spaces of #140028

RGB 20040
HSL0.751.000.08
HSV270°100°16°
CMYK 0.501.000.00   0.84
XYZ0.67150.30192.0304
Yxy0.30190.22360.1005
Hunter Lab5.494512.1994-18.0633
CIE-Lab2.727015.7528-20.7480

#140028 color RGB value is (20,0,40).

#140028 hex color red value is 20, green value is 0 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #140028 hue: 0.75 , saturation: 1.00 and the lightness value of 140028 is 0.08.

The process color (four color CMYK) of #140028 color hex is 0.50, 1.00, 0.00, 0.84. Web safe color of #140028 is #000033. Color #140028 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000000 00101000
Octal 24 0 50
Decimal 20 0 40
Hex 14 0 28

RGB Percentages of Color #140028

%33.33
%0.00
%66.67

CMYK Percentages of Color #140028

%50
%100
%0
%84

Triadic Colors of #140028

#140028 #281400 #002814

Analogous Colors of #140028

#140028 #280028 #000028

Monochromatic Colors of #140028

#140028

Complementary Color

#140028 #142800

#140028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140028 Color CSS Codes

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

#140028 Text Font Color

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

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


#140028 Background Color

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

This div background color is #140028


#140028 Border Color

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

This div border color is #140028


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,0,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140028; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140028;
  -webkit-box-shadow: 1px 1px 3px 2px #140028;
  box-shadow:         1px 1px 3px 2px #140028; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140028


Comments

No comments written yet.

Please login to write comment.