Color Hex Logo

#400027 Color Hex

#400027
(64,0,39)
1 Favorites   0 Comments

Color spaces of #400027

RGB 64039
HSL0.901.000.13
HSV323°100°25°
CMYK 0.001.000.39   0.75
XYZ2.48061.23652.0274
Yxy1.23650.43180.2152
Hunter Lab11.119820.3600-3.0261
CIE-Lab10.823932.6915-6.7616

#400027 color RGB value is (64,0,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 00100111
Octal 100 0 47
Decimal 64 0 39
Hex 40 0 27

RGB Percentages of Color #400027

%62.14
%0.00
%37.86

CMYK Percentages of Color #400027

%0
%100
%39
%75

Triadic Colors of #400027

#400027 #274000 #002740

Analogous Colors of #400027

#400027 #400007 #390040

Monochromatic Colors of #400027

#400027

Complementary Color

#400027 #004019

#400027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400027 Color CSS Codes

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

#400027 Text Font Color

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

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


#400027 Background Color

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

This div background color is #400027


#400027 Border Color

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

This div border color is #400027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400027

#400027 Color Palettes


Comments

No comments written yet.

Please login to write comment.