Color Hex Logo

#444084 Color Hex

#444084
(68,64,132)
0 Favorites   0 Comments

Color spaces of #444084

RGB 6864132
HSL0.680.350.38
HSV244°52°52°
CMYK 0.480.520.00   0.48
XYZ8.38216.561722.6545
Yxy6.56170.22290.1745
Hunter Lab25.615813.5817-34.5047
CIE-Lab30.787520.8867-37.8436

#444084 color RGB value is (68,64,132).

#444084 hex color red value is 68, green value is 64 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #444084 hue: 0.68 , saturation: 0.35 and the lightness value of 444084 is 0.38.

The process color (four color CMYK) of #444084 color hex is 0.48, 0.52, 0.00, 0.48. Web safe color of #444084 is #333399. Color #444084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000000 10000100
Octal 104 100 204
Decimal 68 64 132
Hex 44 40 84

RGB Percentages of Color #444084

%25.76
%24.24
%50.00

CMYK Percentages of Color #444084

%48
%52
%0
%48

Triadic Colors of #444084

#444084 #844440 #408444

Analogous Colors of #444084

#444084 #664084 #405e84

Monochromatic Colors of #444084

#444084

Complementary Color

#444084 #808440

#444084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444084 Color CSS Codes

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

#444084 Text Font Color

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

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


#444084 Background Color

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

This div background color is #444084


#444084 Border Color

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

This div border color is #444084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444084


Comments

No comments written yet.

Please login to write comment.