Color Hex Logo

#444ddd Color Hex

#444DDD
(68,77,221)
0 Favorites   0 Comments

Color spaces of #444ddd

RGB 6877221
HSL0.660.690.57
HSV236°69°87°
CMYK 0.690.650.00   0.13
XYZ18.088911.757269.7226
Yxy11.75720.18170.1181
Hunter Lab34.288834.1616-96.5578
CIE-Lab40.827642.6572-74.4071

#444ddd color RGB value is (68,77,221).

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

The process color (four color CMYK) of #444ddd color hex is 0.69, 0.65, 0.00, 0.13. Web safe color of #444ddd is #3366cc. Color #444ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 11011101
Octal 104 115 335
Decimal 68 77 221
Hex 44 4D DD

RGB Percentages of Color #444ddd

%18.58
%21.04
%60.38

CMYK Percentages of Color #444ddd

%69
%65
%0
%13

Triadic Colors of #444ddd

#444ddd #dd444d #4ddd44

Analogous Colors of #444ddd

#444ddd #8844dd #449add

Monochromatic Colors of #444ddd

#444ddd

Complementary Color

#444ddd #ddd444

#444ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#444ddd Color CSS Codes

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

#444ddd Text Font Color

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

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


#444ddd Background Color

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

This div background color is #444ddd


#444ddd Border Color

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

This div border color is #444ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444ddd


Comments

No comments written yet.

Please login to write comment.