Color Hex Logo

#444dee Color Hex

#444DEE
(68,77,238)
0 Favorites   0 Comments

Color spaces of #444dee

RGB 6877238
HSL0.660.830.60
HSV237°71°93°
CMYK 0.710.680.00   0.07
XYZ20.470412.709782.2632
Yxy12.70970.17730.1101
Hunter Lab35.650740.1050-111.8550
CIE-Lab42.322548.3184-81.6006

#444dee color RGB value is (68,77,238).

#444dee hex color red value is 68, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #444dee hue: 0.66 , saturation: 0.83 and the lightness value of 444dee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 11101110
Octal 104 115 356
Decimal 68 77 238
Hex 44 4D EE

RGB Percentages of Color #444dee

%17.75
%20.10
%62.14

CMYK Percentages of Color #444dee

%71
%68
%0
%7

Triadic Colors of #444dee

#444dee #ee444d #4dee44

Analogous Colors of #444dee

#444dee #9044ee #44a2ee

Monochromatic Colors of #444dee

#444dee

Complementary Color

#444dee #eee544

#444dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#444dee Color CSS Codes

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

#444dee Text Font Color

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

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


#444dee Background Color

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

This div background color is #444dee


#444dee Border Color

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

This div border color is #444dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444dee


Comments

No comments written yet.

Please login to write comment.