Color Hex Logo

#40064d Color Hex

#40064D
(64,6,77)
0 Favorites   0 Comments

Color spaces of #40064d

RGB 64677
HSL0.800.860.16
HSV289°92°30°
CMYK 0.170.920.00   0.70
XYZ3.51901.75617.1747
Yxy1.75610.28270.1411
Hunter Lab13.251824.2099-22.8242
CIE-Lab14.151436.6838-28.7962

#40064d color RGB value is (64,6,77).

#40064d hex color red value is 64, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #40064d hue: 0.80 , saturation: 0.86 and the lightness value of 40064d is 0.16.

The process color (four color CMYK) of #40064d color hex is 0.17, 0.92, 0.00, 0.70. Web safe color of #40064d is #330066. Color #40064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000110 01001101
Octal 100 6 115
Decimal 64 6 77
Hex 40 6 4D

RGB Percentages of Color #40064d

%43.54
%4.08
%52.38

CMYK Percentages of Color #40064d

%17
%92
%0
%70

Triadic Colors of #40064d

#40064d #4d4006 #064d40

Analogous Colors of #40064d

#40064d #4d0637 #1d064d

Monochromatic Colors of #40064d

#40064d

Complementary Color

#40064d #134d06

#40064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40064d Color CSS Codes

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

#40064d Text Font Color

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

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


#40064d Background Color

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

This div background color is #40064d


#40064d Border Color

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

This div border color is #40064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40064d


Comments

No comments written yet.

Please login to write comment.