Color Hex Logo

#400034 Color Hex

#400034
(64,0,52)
0 Favorites   0 Comments

Color spaces of #400034

RGB 64052
HSL0.861.000.13
HSV311°100°25°
CMYK 0.001.000.19   0.75
XYZ2.73421.33793.3629
Yxy1.33790.36770.1799
Hunter Lab11.566821.9527-9.1411
CIE-Lab11.538034.5047-15.2708

#400034 color RGB value is (64,0,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 00110100
Octal 100 0 64
Decimal 64 0 52
Hex 40 0 34

RGB Percentages of Color #400034

%55.17
%0.00
%44.83

CMYK Percentages of Color #400034

%0
%100
%19
%75

Triadic Colors of #400034

#400034 #344000 #003440

Analogous Colors of #400034

#400034 #400014 #2c0040

Monochromatic Colors of #400034

#400034

Complementary Color

#400034 #00400c

#400034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400034 Color CSS Codes

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

#400034 Text Font Color

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

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


#400034 Background Color

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

This div background color is #400034


#400034 Border Color

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

This div border color is #400034


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,0,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 #400034">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400034


Comments

No comments written yet.

Please login to write comment.