Color Hex Logo

#444eab Color Hex

#444EAB
(68,78,171)
0 Favorites   0 Comments

Color spaces of #444eab

RGB 6878171
HSL0.650.430.47
HSV234°60°67°
CMYK 0.600.540.00   0.33
XYZ12.45909.618039.7279
Yxy9.61800.20160.1556
Hunter Lab31.012917.4373-54.2422
CIE-Lab37.147924.9051-51.2798

#444eab color RGB value is (68,78,171).

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

The process color (four color CMYK) of #444eab color hex is 0.60, 0.54, 0.00, 0.33. Web safe color of #444eab is #336699. Color #444eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 10101011
Octal 104 116 253
Decimal 68 78 171
Hex 44 4E AB

RGB Percentages of Color #444eab

%21.45
%24.61
%53.94

CMYK Percentages of Color #444eab

%60
%54
%0
%33

Triadic Colors of #444eab

#444eab #ab444e #4eab44

Analogous Colors of #444eab

#444eab #6e44ab #4482ab

Monochromatic Colors of #444eab

#444eab

Complementary Color

#444eab #aba144

#444eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#444eab Color CSS Codes

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

#444eab Text Font Color

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

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


#444eab Background Color

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

This div background color is #444eab


#444eab Border Color

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

This div border color is #444eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444eab


Comments

No comments written yet.

Please login to write comment.