Color Hex Logo

#444881 Color Hex

#444881
(68,72,129)
0 Favorites   0 Comments

Color spaces of #444881

RGB 6872129
HSL0.660.310.39
HSV236°47°51°
CMYK 0.470.440.00   0.49
XYZ8.66377.448721.7500
Yxy7.44870.22880.1967
Hunter Lab27.29238.9017-28.1452
CIE-Lab32.807314.6457-32.7625

#444881 color RGB value is (68,72,129).

#444881 hex color red value is 68, green value is 72 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #444881 hue: 0.66 , saturation: 0.31 and the lightness value of 444881 is 0.39.

The process color (four color CMYK) of #444881 color hex is 0.47, 0.44, 0.00, 0.49. Web safe color of #444881 is #333399. Color #444881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001000 10000001
Octal 104 110 201
Decimal 68 72 129
Hex 44 48 81

RGB Percentages of Color #444881

%25.28
%26.77
%47.96

CMYK Percentages of Color #444881

%47
%44
%0
%49

Triadic Colors of #444881

#444881 #814448 #488144

Analogous Colors of #444881

#444881 #5f4481 #446781

Monochromatic Colors of #444881

#444881

Complementary Color

#444881 #817d44

#444881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444881 Color CSS Codes

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

#444881 Text Font Color

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

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


#444881 Background Color

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

This div background color is #444881


#444881 Border Color

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

This div border color is #444881


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,72,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #444881; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #444881;
  -webkit-box-shadow: 1px 1px 3px 2px #444881;
  box-shadow:         1px 1px 3px 2px #444881; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444881


Comments

No comments written yet.

Please login to write comment.