Color Hex Logo

#400427 Color Hex

#400427
(64,4,39)
0 Favorites   0 Comments

Color spaces of #400427

RGB 64439
HSL0.900.880.13
HSV325°94°25°
CMYK 0.000.940.39   0.75
XYZ2.52401.32332.0419
Yxy1.32330.42860.2247
Hunter Lab11.503519.0339-2.4717
CIE-Lab11.437530.9069-5.8299

#400427 color RGB value is (64,4,39).

#400427 hex color red value is 64, green value is 4 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #400427 hue: 0.90 , saturation: 0.88 and the lightness value of 400427 is 0.13.

The process color (four color CMYK) of #400427 color hex is 0.00, 0.94, 0.39, 0.75. Web safe color of #400427 is #330033. Color #400427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000100 00100111
Octal 100 4 47
Decimal 64 4 39
Hex 40 4 27

RGB Percentages of Color #400427

%59.81
%3.74
%36.45

CMYK Percentages of Color #400427

%0
%94
%39
%75

Triadic Colors of #400427

#400427 #274004 #042740

Analogous Colors of #400427

#400427 #400409 #3b0440

Monochromatic Colors of #400427

#400427

Complementary Color

#400427 #04401d

#400427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400427 Color CSS Codes

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

#400427 Text Font Color

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

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


#400427 Background Color

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

This div background color is #400427


#400427 Border Color

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

This div border color is #400427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400427


Comments

No comments written yet.

Please login to write comment.