Color Hex Logo

#444fdd Color Hex

#444FDD
(68,79,221)
0 Favorites   0 Comments

Color spaces of #444fdd

RGB 6879221
HSL0.650.690.57
HSV236°69°87°
CMYK 0.690.640.00   0.13
XYZ18.231012.041469.7699
Yxy12.04140.18220.1204
Hunter Lab34.700733.0537-94.9190
CIE-Lab41.281841.4504-73.6628

#444fdd color RGB value is (68,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001111 11011101
Octal 104 117 335
Decimal 68 79 221
Hex 44 4F DD

RGB Percentages of Color #444fdd

%18.48
%21.47
%60.05

CMYK Percentages of Color #444fdd

%69
%64
%0
%13

Triadic Colors of #444fdd

#444fdd #dd444f #4fdd44

Analogous Colors of #444fdd

#444fdd #8644dd #449cdd

Monochromatic Colors of #444fdd

#444fdd

Complementary Color

#444fdd #ddd244

#444fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#444fdd Color CSS Codes

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

#444fdd Text Font Color

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

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


#444fdd Background Color

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

This div background color is #444fdd


#444fdd Border Color

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

This div border color is #444fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444fdd


Comments

No comments written yet.

Please login to write comment.