Color Hex Logo

#400a27 Color Hex

#400A27
(64,10,39)
0 Favorites   0 Comments

Color spaces of #400a27

RGB 641039
HSL0.910.730.15
HSV328°84°25°
CMYK 0.000.840.39   0.75
XYZ2.58911.45362.0636
Yxy1.45360.42400.2380
Hunter Lab12.056517.2333-1.7085
CIE-Lab12.310028.4177-4.5132

#400a27 color RGB value is (64,10,39).

#400a27 hex color red value is 64, green value is 10 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #400a27 hue: 0.91 , saturation: 0.73 and the lightness value of 400a27 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001010 00100111
Octal 100 12 47
Decimal 64 10 39
Hex 40 A 27

RGB Percentages of Color #400a27

%56.64
%8.85
%34.51

CMYK Percentages of Color #400a27

%0
%84
%39
%75

Triadic Colors of #400a27

#400a27 #27400a #0a2740

Analogous Colors of #400a27

#400a27 #400a0c #3e0a40

Monochromatic Colors of #400a27

#400a27

Complementary Color

#400a27 #0a4023

#400a27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400a27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400a27 Color CSS Codes

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

#400a27 Text Font Color

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

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


#400a27 Background Color

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

This div background color is #400a27


#400a27 Border Color

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

This div border color is #400a27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400a27


Comments

No comments written yet.

Please login to write comment.