Color Hex Logo

#444deb Color Hex

#444DEB
(68,77,235)
0 Favorites   0 Comments

Color spaces of #444deb

RGB 6877235
HSL0.660.810.59
HSV237°71°92°
CMYK 0.710.670.00   0.08
XYZ20.033212.534979.9609
Yxy12.53490.17800.1114
Hunter Lab35.404739.0434-109.1223
CIE-Lab42.053947.3272-80.3483

#444deb color RGB value is (68,77,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 11101011
Octal 104 115 353
Decimal 68 77 235
Hex 44 4D EB

RGB Percentages of Color #444deb

%17.89
%20.26
%61.84

CMYK Percentages of Color #444deb

%71
%67
%0
%8

Triadic Colors of #444deb

#444deb #eb444d #4deb44

Analogous Colors of #444deb

#444deb #8f44eb #44a1eb

Monochromatic Colors of #444deb

#444deb

Complementary Color

#444deb #ebe244

#444deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#444deb Color CSS Codes

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

#444deb Text Font Color

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

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


#444deb Background Color

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

This div background color is #444deb


#444deb Border Color

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

This div border color is #444deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444deb


Comments

No comments written yet.

Please login to write comment.