Color Hex Logo

#440634 Color Hex

#440634
(68,6,52)
0 Favorites   0 Comments

Color spaces of #440634

RGB 68652
HSL0.880.840.15
HSV315°91°27°
CMYK 0.000.910.24   0.73
XYZ3.06891.60713.3973
Yxy1.60710.38010.1991
Hunter Lab12.677121.0265-7.0149
CIE-Lab13.273333.0371-12.4921

#440634 color RGB value is (68,6,52).

#440634 hex color red value is 68, green value is 6 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #440634 hue: 0.88 , saturation: 0.84 and the lightness value of 440634 is 0.15.

The process color (four color CMYK) of #440634 color hex is 0.00, 0.91, 0.24, 0.73. Web safe color of #440634 is #330033. Color #440634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000110 00110100
Octal 104 6 64
Decimal 68 6 52
Hex 44 6 34

RGB Percentages of Color #440634

%53.97
%4.76
%41.27

CMYK Percentages of Color #440634

%0
%91
%24
%73

Triadic Colors of #440634

#440634 #344406 #063444

Analogous Colors of #440634

#440634 #440615 #350644

Monochromatic Colors of #440634

#440634

Complementary Color

#440634 #064416

#440634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440634 Color CSS Codes

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

#440634 Text Font Color

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

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


#440634 Background Color

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

This div background color is #440634


#440634 Border Color

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

This div border color is #440634


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,6,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440634; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440634;
  -webkit-box-shadow: 1px 1px 3px 2px #440634;
  box-shadow:         1px 1px 3px 2px #440634; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440634


Comments

No comments written yet.

Please login to write comment.