Color Hex Logo

#440447 Color Hex

#440447
(68,4,71)
0 Favorites   0 Comments

Color spaces of #440447

RGB 68471
HSL0.830.890.15
HSV297°94°28°
CMYK 0.040.940.00   0.72
XYZ3.56461.77076.1151
Yxy1.77070.31130.1546
Hunter Lab13.306824.5295-17.9319
CIE-Lab14.234737.0413-24.4621

#440447 color RGB value is (68,4,71).

#440447 hex color red value is 68, green value is 4 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #440447 hue: 0.83 , saturation: 0.89 and the lightness value of 440447 is 0.15.

The process color (four color CMYK) of #440447 color hex is 0.04, 0.94, 0.00, 0.72. Web safe color of #440447 is #330033. Color #440447 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000100 01000111
Octal 104 4 107
Decimal 68 4 71
Hex 44 4 47

RGB Percentages of Color #440447

%47.55
%2.80
%49.65

CMYK Percentages of Color #440447

%4
%94
%0
%72

Triadic Colors of #440447

#440447 #474404 #044744

Analogous Colors of #440447

#440447 #470428 #230447

Monochromatic Colors of #440447

#440447

Complementary Color

#440447 #074704

#440447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440447 Color CSS Codes

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

#440447 Text Font Color

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

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


#440447 Background Color

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

This div background color is #440447


#440447 Border Color

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

This div border color is #440447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440447


Comments

No comments written yet.

Please login to write comment.