Color Hex Logo

#444fad Color Hex

#444FAD
(68,79,173)
0 Favorites   0 Comments

Color spaces of #444fad

RGB 6879173
HSL0.650.440.47
HSV234°61°68°
CMYK 0.610.540.00   0.32
XYZ12.72279.838040.7635
Yxy9.83800.20090.1554
Hunter Lab31.365617.5145-55.0989
CIE-Lab37.550124.9510-51.8175

#444fad color RGB value is (68,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001111 10101101
Octal 104 117 255
Decimal 68 79 173
Hex 44 4F AD

RGB Percentages of Color #444fad

%21.25
%24.69
%54.06

CMYK Percentages of Color #444fad

%61
%54
%0
%32

Triadic Colors of #444fad

#444fad #ad444f #4fad44

Analogous Colors of #444fad

#444fad #6e44ad #4484ad

Monochromatic Colors of #444fad

#444fad

Complementary Color

#444fad #ada244

#444fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#444fad Color CSS Codes

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

#444fad Text Font Color

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

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


#444fad Background Color

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

This div background color is #444fad


#444fad Border Color

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

This div border color is #444fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444fad


Comments

No comments written yet.

Please login to write comment.