Color Hex Logo

#400725 Color Hex

#400725
(64,7,37)
0 Favorites   0 Comments

Color spaces of #400725

RGB 64737
HSL0.910.800.14
HSV328°89°25°
CMYK 0.000.890.42   0.75
XYZ2.52431.37551.8827
Yxy1.37550.43650.2379
Hunter Lab11.728217.8950-1.3080
CIE-Lab11.793629.3778-3.7974

#400725 color RGB value is (64,7,37).

#400725 hex color red value is 64, green value is 7 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #400725 hue: 0.91 , saturation: 0.80 and the lightness value of 400725 is 0.14.

The process color (four color CMYK) of #400725 color hex is 0.00, 0.89, 0.42, 0.75. Web safe color of #400725 is #330033. Color #400725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000111 00100101
Octal 100 7 45
Decimal 64 7 37
Hex 40 7 25

RGB Percentages of Color #400725

%59.26
%6.48
%34.26

CMYK Percentages of Color #400725

%0
%89
%42
%75

Triadic Colors of #400725

#400725 #254007 #072540

Analogous Colors of #400725

#400725 #400709 #3f0740

Monochromatic Colors of #400725

#400725

Complementary Color

#400725 #074022

#400725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400725 Color CSS Codes

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

#400725 Text Font Color

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

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


#400725 Background Color

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

This div background color is #400725


#400725 Border Color

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

This div border color is #400725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400725


Comments

No comments written yet.

Please login to write comment.