Color Hex Logo

#444495 Color Hex

#444495
(68,68,149)
0 Favorites   0 Comments

Color spaces of #444495

RGB 6868149
HSL0.670.370.43
HSV240°54°58°
CMYK 0.540.540.00   0.42
XYZ9.87587.533129.3673
Yxy7.53310.21110.1610
Hunter Lab27.446516.1965-44.2268
CIE-Lab32.991023.8935-44.7533

#444495 color RGB value is (68,68,149).

#444495 hex color red value is 68, green value is 68 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #444495 hue: 0.67 , saturation: 0.37 and the lightness value of 444495 is 0.43.

The process color (four color CMYK) of #444495 color hex is 0.54, 0.54, 0.00, 0.42. Web safe color of #444495 is #333399. Color #444495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000100 10010101
Octal 104 104 225
Decimal 68 68 149
Hex 44 44 95

RGB Percentages of Color #444495

%23.86
%23.86
%52.28

CMYK Percentages of Color #444495

%54
%54
%0
%42

Triadic Colors of #444495

#444495 #954444 #449544

Analogous Colors of #444495

#444495 #6d4495 #446d95

Monochromatic Colors of #444495

#444495

Complementary Color

#444495 #959544

#444495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444495 Color CSS Codes

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

#444495 Text Font Color

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

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


#444495 Background Color

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

This div background color is #444495


#444495 Border Color

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

This div border color is #444495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444495


Comments

No comments written yet.

Please login to write comment.