Color Hex Logo

#444dae Color Hex

#444DAE
(68,77,174)
0 Favorites   0 Comments

Color spaces of #444dae

RGB 6877174
HSL0.650.440.47
HSV235°61°68°
CMYK 0.610.560.00   0.32
XYZ12.67789.592741.2278
Yxy9.59270.19970.1511
Hunter Lab30.972118.8642-57.2421
CIE-Lab37.101326.5844-53.1366

#444dae color RGB value is (68,77,174).

#444dae hex color red value is 68, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #444dae hue: 0.65 , saturation: 0.44 and the lightness value of 444dae is 0.47.

The process color (four color CMYK) of #444dae color hex is 0.61, 0.56, 0.00, 0.32. Web safe color of #444dae is #336699. Color #444dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 10101110
Octal 104 115 256
Decimal 68 77 174
Hex 44 4D AE

RGB Percentages of Color #444dae

%21.32
%24.14
%54.55

CMYK Percentages of Color #444dae

%61
%56
%0
%32

Triadic Colors of #444dae

#444dae #ae444d #4dae44

Analogous Colors of #444dae

#444dae #7044ae #4482ae

Monochromatic Colors of #444dae

#444dae

Complementary Color

#444dae #aea544

#444dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#444dae Color CSS Codes

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

#444dae Text Font Color

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

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


#444dae Background Color

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

This div background color is #444dae


#444dae Border Color

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

This div border color is #444dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444dae


Comments

No comments written yet.

Please login to write comment.