Color Hex Logo

#400434 Color Hex

#400434
(64,4,52)
0 Favorites   0 Comments

Color spaces of #400434

RGB 64452
HSL0.870.880.13
HSV312°94°25°
CMYK 0.000.940.19   0.75
XYZ2.77761.42483.3774
Yxy1.42480.36640.1880
Hunter Lab11.936520.6477-8.4204
CIE-Lab12.121832.7948-14.3544

#400434 color RGB value is (64,4,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000100 00110100
Octal 100 4 64
Decimal 64 4 52
Hex 40 4 34

RGB Percentages of Color #400434

%53.33
%3.33
%43.33

CMYK Percentages of Color #400434

%0
%94
%19
%75

Triadic Colors of #400434

#400434 #344004 #043440

Analogous Colors of #400434

#400434 #400416 #2e0440

Monochromatic Colors of #400434

#400434

Complementary Color

#400434 #044010

#400434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400434 Color CSS Codes

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

#400434 Text Font Color

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

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


#400434 Background Color

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

This div background color is #400434


#400434 Border Color

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

This div border color is #400434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400434


Comments

No comments written yet.

Please login to write comment.