Color Hex Logo

#401414 Color Hex

#401414
(64,20,20)
0 Favorites   0 Comments

Color spaces of #401414

RGB 642020
HSL0.000.520.16
HSV69°25°
CMYK 0.000.690.69   0.75
XYZ2.49081.64080.8472
Yxy1.64080.50030.3296
Hunter Lab12.809412.29325.0452
CIE-Lab13.476521.460911.1176

#401414 color RGB value is (64,20,20).

#401414 hex color red value is 64, green value is 20 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #401414 hue: 0.00 , saturation: 0.52 and the lightness value of 401414 is 0.16.

The process color (four color CMYK) of #401414 color hex is 0.00, 0.69, 0.69, 0.75. Web safe color of #401414 is #330000. Color #401414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 00010100
Octal 100 24 24
Decimal 64 20 20
Hex 40 14 14

RGB Percentages of Color #401414

%61.54
%19.23
%19.23

CMYK Percentages of Color #401414

%0
%69
%69
%75

Triadic Colors of #401414

#401414 #144014 #141440

Analogous Colors of #401414

#401414 #402a14 #40142a

Monochromatic Colors of #401414

#401414

Complementary Color

#401414 #144040

#401414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401414 Color CSS Codes

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

#401414 Text Font Color

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

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


#401414 Background Color

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

This div background color is #401414


#401414 Border Color

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

This div border color is #401414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401414


Comments

No comments written yet.

Please login to write comment.