Color Hex Logo

#444290 Color Hex

#444290
(68,66,144)
0 Favorites   0 Comments

Color spaces of #444290

RGB 6866144
HSL0.670.370.41
HSV242°54°56°
CMYK 0.530.540.00   0.44
XYZ9.36627.139027.2699
Yxy7.13900.21400.1631
Hunter Lab26.718915.8143-41.8094
CIE-Lab32.121323.5274-43.1002

#444290 color RGB value is (68,66,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000010 10010000
Octal 104 102 220
Decimal 68 66 144
Hex 44 42 90

RGB Percentages of Color #444290

%24.46
%23.74
%51.80

CMYK Percentages of Color #444290

%53
%54
%0
%44

Triadic Colors of #444290

#444290 #904442 #429044

Analogous Colors of #444290

#444290 #6b4290 #426790

Monochromatic Colors of #444290

#444290

Complementary Color

#444290 #8e9042

#444290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444290 Color CSS Codes

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

#444290 Text Font Color

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

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


#444290 Background Color

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

This div background color is #444290


#444290 Border Color

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

This div border color is #444290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444290


Comments

No comments written yet.

Please login to write comment.