Color Hex Logo

#444ead Color Hex

#444EAD
(68,78,173)
0 Favorites   0 Comments

Color spaces of #444ead

RGB 6878173
HSL0.650.440.47
HSV234°61°68°
CMYK 0.610.550.00   0.32
XYZ12.65119.694940.7397
Yxy9.69490.20050.1537
Hunter Lab31.136618.0371-55.7804
CIE-Lab37.289225.5949-52.2393

#444ead color RGB value is (68,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001110 10101101
Octal 104 116 255
Decimal 68 78 173
Hex 44 4E AD

RGB Percentages of Color #444ead

%21.32
%24.45
%54.23

CMYK Percentages of Color #444ead

%61
%55
%0
%32

Triadic Colors of #444ead

#444ead #ad444e #4ead44

Analogous Colors of #444ead

#444ead #6f44ad #4483ad

Monochromatic Colors of #444ead

#444ead

Complementary Color

#444ead #ada344

#444ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#444ead Color CSS Codes

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

#444ead Text Font Color

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

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


#444ead Background Color

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

This div background color is #444ead


#444ead Border Color

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

This div border color is #444ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444ead


Comments

No comments written yet.

Please login to write comment.