Color Hex Logo

#400320 Color Hex

#400320
(64,3,32)
0 Favorites   0 Comments

Color spaces of #400320

RGB 64332
HSL0.920.910.13
HSV331°95°25°
CMYK 0.000.950.50   0.75
XYZ2.40761.25941.4827
Yxy1.25940.46750.2446
Hunter Lab11.222318.65590.0222
CIE-Lab10.988530.5127-1.2277

#400320 color RGB value is (64,3,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 00100000
Octal 100 3 40
Decimal 64 3 32
Hex 40 3 20

RGB Percentages of Color #400320

%64.65
%3.03
%32.32

CMYK Percentages of Color #400320

%0
%95
%50
%75

Triadic Colors of #400320

#400320 #204003 #032040

Analogous Colors of #400320

#400320 #400503 #40033e

Monochromatic Colors of #400320

#400320

Complementary Color

#400320 #034023

#400320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400320 Color CSS Codes

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

#400320 Text Font Color

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

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


#400320 Background Color

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

This div background color is #400320


#400320 Border Color

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

This div border color is #400320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400320


Comments

No comments written yet.

Please login to write comment.