Color Hex Logo

#444ae5 Color Hex

#444AE5
(68,74,229)
0 Favorites   0 Comments

Color spaces of #444ae5

RGB 6874229
HSL0.660.760.58
HSV238°70°90°
CMYK 0.700.680.00   0.10
XYZ18.975511.783675.4031
Yxy11.78360.17870.1110
Hunter Lab34.327238.5990-106.2071
CIE-Lab40.870147.0981-78.8937

#444ae5 color RGB value is (68,74,229).

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

The process color (four color CMYK) of #444ae5 color hex is 0.70, 0.68, 0.00, 0.10. Web safe color of #444ae5 is #3333cc. Color #444ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001010 11100101
Octal 104 112 345
Decimal 68 74 229
Hex 44 4A E5

RGB Percentages of Color #444ae5

%18.33
%19.95
%61.73

CMYK Percentages of Color #444ae5

%70
%68
%0
%10

Triadic Colors of #444ae5

#444ae5 #e5444a #4ae544

Analogous Colors of #444ae5

#444ae5 #8f44e5 #449be5

Monochromatic Colors of #444ae5

#444ae5

Complementary Color

#444ae5 #e5df44

#444ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444ae5 Color CSS Codes

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

#444ae5 Text Font Color

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

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


#444ae5 Background Color

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

This div background color is #444ae5


#444ae5 Border Color

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

This div border color is #444ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444ae5


Comments

No comments written yet.

Please login to write comment.