Color Hex Logo

#444eae Color Hex

#444EAE
(68,78,174)
0 Favorites   0 Comments

Color spaces of #444eae

RGB 6878174
HSL0.650.440.47
HSV234°61°68°
CMYK 0.610.550.00   0.32
XYZ12.74839.733741.2513
Yxy9.73370.20000.1527
Hunter Lab31.198918.3396-56.5543
CIE-Lab37.360225.9411-52.7177

#444eae color RGB value is (68,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 10101110
Octal 104 116 256
Decimal 68 78 174
Hex 44 4E AE

RGB Percentages of Color #444eae

%21.25
%24.38
%54.38

CMYK Percentages of Color #444eae

%61
%55
%0
%32

Triadic Colors of #444eae

#444eae #ae444e #4eae44

Analogous Colors of #444eae

#444eae #6f44ae #4483ae

Monochromatic Colors of #444eae

#444eae

Complementary Color

#444eae #aea444

#444eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#444eae Color CSS Codes

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

#444eae Text Font Color

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

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


#444eae Background Color

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

This div background color is #444eae


#444eae Border Color

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

This div border color is #444eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,78,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 #444eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444eae


Comments

No comments written yet.

Please login to write comment.