Color Hex Logo

#140201 Color Hex

#140201
(20,2,1)
0 Favorites   0 Comments

Color spaces of #140201

RGB 2021
HSL0.010.900.04
HSV95°
CMYK 0.000.900.95   0.92
XYZ0.31570.19430.0496
Yxy0.19430.56420.3472
Hunter Lab4.40795.07042.4184
CIE-Lab1.75515.36722.3166

#140201 color RGB value is (20,2,1).

#140201 hex color red value is 20, green value is 2 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #140201 hue: 0.01 , saturation: 0.90 and the lightness value of 140201 is 0.04.

The process color (four color CMYK) of #140201 color hex is 0.00, 0.90, 0.95, 0.92. Web safe color of #140201 is #000000. Color #140201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000010 00000001
Octal 24 2 1
Decimal 20 2 1
Hex 14 2 1

RGB Percentages of Color #140201

%86.96
%8.70
%4.35

CMYK Percentages of Color #140201

%0
%90
%95
%92

Triadic Colors of #140201

#140201 #011402 #020114

Analogous Colors of #140201

#140201 #140c01 #14010a

Monochromatic Colors of #140201

#140201

Complementary Color

#140201 #011314

#140201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140201 Color CSS Codes

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

#140201 Text Font Color

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

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


#140201 Background Color

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

This div background color is #140201


#140201 Border Color

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

This div border color is #140201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140201


Comments

No comments written yet.

Please login to write comment.