Color Hex Logo

#440b61 Color Hex

#440B61
(68,11,97)
0 Favorites   0 Comments

Color spaces of #440b61

RGB 681197
HSL0.780.800.21
HSV280°89°38°
CMYK 0.300.890.00   0.62
XYZ4.66122.331411.5136
Yxy2.33140.25190.1260
Hunter Lab15.268927.7707-34.0196
CIE-Lab17.138340.1788-37.4409

#440b61 color RGB value is (68,11,97).

#440b61 hex color red value is 68, green value is 11 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #440b61 hue: 0.78 , saturation: 0.80 and the lightness value of 440b61 is 0.21.

The process color (four color CMYK) of #440b61 color hex is 0.30, 0.89, 0.00, 0.62. Web safe color of #440b61 is #330066. Color #440b61 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001011 01100001
Octal 104 13 141
Decimal 68 11 97
Hex 44 B 61

RGB Percentages of Color #440b61

%38.64
%6.25
%55.11

CMYK Percentages of Color #440b61

%30
%89
%0
%62

Triadic Colors of #440b61

#440b61 #61440b #0b6144

Analogous Colors of #440b61

#440b61 #610b53 #190b61

Monochromatic Colors of #440b61

#440b61

Complementary Color

#440b61 #28610b

#440b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440b61 Color CSS Codes

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

#440b61 Text Font Color

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

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


#440b61 Background Color

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

This div background color is #440b61


#440b61 Border Color

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

This div border color is #440b61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440b61


Comments

No comments written yet.

Please login to write comment.