Color Hex Logo

#140718 Color Hex

#140718
(20,7,24)
0 Favorites   0 Comments

Color spaces of #140718

RGB 20724
HSL0.790.550.06
HSV286°71°
CMYK 0.170.710.00   0.91
XYZ0.52930.36660.9070
Yxy0.36660.29360.2033
Hunter Lab6.05485.0085-4.6433
CIE-Lab3.31157.4086-7.2638

#140718 color RGB value is (20,7,24).

#140718 hex color red value is 20, green value is 7 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #140718 hue: 0.79 , saturation: 0.55 and the lightness value of 140718 is 0.06.

The process color (four color CMYK) of #140718 color hex is 0.17, 0.71, 0.00, 0.91. Web safe color of #140718 is #000000. Color #140718 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 00011000
Octal 24 7 30
Decimal 20 7 24
Hex 14 7 18

RGB Percentages of Color #140718

%39.22
%13.73
%47.06

CMYK Percentages of Color #140718

%17
%71
%0
%91

Triadic Colors of #140718

#140718 #181407 #071814

Analogous Colors of #140718

#140718 #180714 #0c0718

Monochromatic Colors of #140718

#140718

Complementary Color

#140718 #0b1807

#140718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140718 Color CSS Codes

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

#140718 Text Font Color

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

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


#140718 Background Color

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

This div background color is #140718


#140718 Border Color

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

This div border color is #140718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140718


Comments

No comments written yet.

Please login to write comment.