Color Hex Logo

#400334 Color Hex

#400334
(64,3,52)
0 Favorites   0 Comments

Color spaces of #400334

RGB 64352
HSL0.870.910.13
HSV312°95°25°
CMYK 0.000.950.19   0.75
XYZ2.76671.40303.3738
Yxy1.40300.36680.1860
Hunter Lab11.844820.9653-8.5964
CIE-Lab11.977633.2145-14.5806

#400334 color RGB value is (64,3,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 00110100
Octal 100 3 64
Decimal 64 3 52
Hex 40 3 34

RGB Percentages of Color #400334

%53.78
%2.52
%43.70

CMYK Percentages of Color #400334

%0
%95
%19
%75

Triadic Colors of #400334

#400334 #344003 #033440

Analogous Colors of #400334

#400334 #400315 #2e0340

Monochromatic Colors of #400334

#400334

Complementary Color

#400334 #03400f

#400334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400334 Color CSS Codes

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

#400334 Text Font Color

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

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


#400334 Background Color

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

This div background color is #400334


#400334 Border Color

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

This div border color is #400334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400334


Comments

No comments written yet.

Please login to write comment.