Color Hex Logo

#444eac Color Hex

#444EAC
(68,78,172)
0 Favorites   0 Comments

Color spaces of #444eac

RGB 6878172
HSL0.650.430.47
HSV234°60°67°
CMYK 0.600.550.00   0.33
XYZ12.55479.656340.2319
Yxy9.65630.20110.1546
Hunter Lab31.074617.7367-55.0098
CIE-Lab37.218425.2501-51.7601

#444eac color RGB value is (68,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 10101100
Octal 104 116 254
Decimal 68 78 172
Hex 44 4E AC

RGB Percentages of Color #444eac

%21.38
%24.53
%54.09

CMYK Percentages of Color #444eac

%60
%55
%0
%33

Triadic Colors of #444eac

#444eac #ac444e #4eac44

Analogous Colors of #444eac

#444eac #6e44ac #4482ac

Monochromatic Colors of #444eac

#444eac

Complementary Color

#444eac #aca244

#444eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#444eac Color CSS Codes

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

#444eac Text Font Color

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

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


#444eac Background Color

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

This div background color is #444eac


#444eac Border Color

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

This div border color is #444eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444eac


Comments

No comments written yet.

Please login to write comment.