Color Hex Logo

#444aea Color Hex

#444AEA
(68,74,234)
0 Favorites   0 Comments

Color spaces of #444aea

RGB 6874234
HSL0.660.800.59
HSV238°71°92°
CMYK 0.710.680.00   0.08
XYZ19.684012.067079.1336
Yxy12.06700.17750.1088
Hunter Lab34.737640.3560-110.7487
CIE-Lab41.322448.7412-80.9851

#444aea color RGB value is (68,74,234).

#444aea hex color red value is 68, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #444aea hue: 0.66 , saturation: 0.80 and the lightness value of 444aea is 0.59.

The process color (four color CMYK) of #444aea color hex is 0.71, 0.68, 0.00, 0.08. Web safe color of #444aea is #3333ff. Color #444aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001010 11101010
Octal 104 112 352
Decimal 68 74 234
Hex 44 4A EA

RGB Percentages of Color #444aea

%18.09
%19.68
%62.23

CMYK Percentages of Color #444aea

%71
%68
%0
%8

Triadic Colors of #444aea

#444aea #ea444a #4aea44

Analogous Colors of #444aea

#444aea #9144ea #449dea

Monochromatic Colors of #444aea

#444aea

Complementary Color

#444aea #eae444

#444aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#444aea Color CSS Codes

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

#444aea Text Font Color

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

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


#444aea Background Color

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

This div background color is #444aea


#444aea Border Color

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

This div border color is #444aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444aea


Comments

No comments written yet.

Please login to write comment.