Color Hex Logo

#400327 Color Hex

#400327
(64,3,39)
0 Favorites   0 Comments

Color spaces of #400327

RGB 64339
HSL0.900.910.13
HSV325°95°25°
CMYK 0.000.950.39   0.75
XYZ2.51311.30162.0382
Yxy1.30160.42940.2224
Hunter Lab11.408819.3543-2.6061
CIE-Lab11.286731.3419-6.0578

#400327 color RGB value is (64,3,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 00100111
Octal 100 3 47
Decimal 64 3 39
Hex 40 3 27

RGB Percentages of Color #400327

%60.38
%2.83
%36.79

CMYK Percentages of Color #400327

%0
%95
%39
%75

Triadic Colors of #400327

#400327 #274003 #032740

Analogous Colors of #400327

#400327 #400308 #3b0340

Monochromatic Colors of #400327

#400327

Complementary Color

#400327 #03401c

#400327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400327 Color CSS Codes

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

#400327 Text Font Color

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

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


#400327 Background Color

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

This div background color is #400327


#400327 Border Color

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

This div border color is #400327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400327


Comments

No comments written yet.

Please login to write comment.