Color Hex Logo

#440659 Color Hex

#440659
(68,6,89)
0 Favorites   0 Comments

Color spaces of #440659

RGB 68689
HSL0.790.870.19
HSV285°93°35°
CMYK 0.240.930.00   0.65
XYZ4.25222.08059.6286
Yxy2.08050.26640.1303
Hunter Lab14.423927.3802-29.4819
CIE-Lab15.904239.9808-34.0969

#440659 color RGB value is (68,6,89).

#440659 hex color red value is 68, green value is 6 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #440659 hue: 0.79 , saturation: 0.87 and the lightness value of 440659 is 0.19.

The process color (four color CMYK) of #440659 color hex is 0.24, 0.93, 0.00, 0.65. Web safe color of #440659 is #330066. Color #440659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000110 01011001
Octal 104 6 131
Decimal 68 6 89
Hex 44 6 59

RGB Percentages of Color #440659

%41.72
%3.68
%54.60

CMYK Percentages of Color #440659

%24
%93
%0
%65

Triadic Colors of #440659

#440659 #594406 #065944

Analogous Colors of #440659

#440659 #590644 #1b0659

Monochromatic Colors of #440659

#440659

Complementary Color

#440659 #1b5906

#440659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440659 Color CSS Codes

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

#440659 Text Font Color

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

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


#440659 Background Color

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

This div background color is #440659


#440659 Border Color

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

This div border color is #440659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440659


Comments

No comments written yet.

Please login to write comment.