Color Hex Logo

#440047 Color Hex

#440047
(68,0,71)
0 Favorites   0 Comments

Color spaces of #440047

RGB 68071
HSL0.831.000.14
HSV297°100°28°
CMYK 0.041.000.00   0.72
XYZ3.52121.68396.1007
Yxy1.68390.31150.1489
Hunter Lab12.976525.7274-18.7907
CIE-Lab13.732438.5246-25.2681

#440047 color RGB value is (68,0,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 01000111
Octal 104 0 107
Decimal 68 0 71
Hex 44 0 47

RGB Percentages of Color #440047

%48.92
%0.00
%51.08

CMYK Percentages of Color #440047

%4
%100
%0
%72

Triadic Colors of #440047

#440047 #474400 #004744

Analogous Colors of #440047

#440047 #470027 #210047

Monochromatic Colors of #440047

#440047

Complementary Color

#440047 #034700

#440047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440047 Color CSS Codes

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

#440047 Text Font Color

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

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


#440047 Background Color

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

This div background color is #440047


#440047 Border Color

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

This div border color is #440047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440047


Comments

No comments written yet.

Please login to write comment.