Color Hex Logo

#141519 Color Hex

#141519
(20,21,25)
0 Favorites   0 Comments

Color spaces of #141519

RGB 202125
HSL0.630.110.09
HSV228°20°10°
CMYK 0.200.160.00   0.90
XYZ0.73210.75521.0269
Yxy0.75520.29120.3004
Hunter Lab8.6902-0.1703-0.9230
CIE-Lab6.82170.5860-2.9081

#141519 color RGB value is (20,21,25).

#141519 hex color red value is 20, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #141519 hue: 0.63 , saturation: 0.11 and the lightness value of 141519 is 0.09.

The process color (four color CMYK) of #141519 color hex is 0.20, 0.16, 0.00, 0.90. Web safe color of #141519 is #000000. Color #141519 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010101 00011001
Octal 24 25 31
Decimal 20 21 25
Hex 14 15 19

RGB Percentages of Color #141519

%30.30
%31.82
%37.88

CMYK Percentages of Color #141519

%20
%16
%0
%90

Triadic Colors of #141519

#141519 #191415 #151914

Analogous Colors of #141519

#141519 #161419 #141819

Monochromatic Colors of #141519

#141519

Complementary Color

#141519 #191814

#141519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141519 Color CSS Codes

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

#141519 Text Font Color

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

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


#141519 Background Color

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

This div background color is #141519


#141519 Border Color

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

This div border color is #141519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141519


Comments

No comments written yet.

Please login to write comment.