Color Hex Logo

#44006d Color Hex

#44006D
(68,0,109)
0 Favorites   0 Comments

Color spaces of #44006d

RGB 680109
HSL0.771.000.21
HSV277°100°43°
CMYK 0.381.000.00   0.57
XYZ5.14422.333114.6472
Yxy2.33310.23250.1055
Hunter Lab15.274533.3855-46.1630
CIE-Lab17.146446.2590-45.3285

#44006d color RGB value is (68,0,109).

#44006d hex color red value is 68, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #44006d hue: 0.77 , saturation: 1.00 and the lightness value of 44006d is 0.21.

The process color (four color CMYK) of #44006d color hex is 0.38, 1.00, 0.00, 0.57. Web safe color of #44006d is #330066. Color #44006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 01101101
Octal 104 0 155
Decimal 68 0 109
Hex 44 0 6D

RGB Percentages of Color #44006d

%38.42
%0.00
%61.58

CMYK Percentages of Color #44006d

%38
%100
%0
%57

Triadic Colors of #44006d

#44006d #6d4400 #006d44

Analogous Colors of #44006d

#44006d #6d005f #0d006d

Monochromatic Colors of #44006d

#44006d

Complementary Color

#44006d #296d00

#44006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44006d Color CSS Codes

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

#44006d Text Font Color

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

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


#44006d Background Color

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

This div background color is #44006d


#44006d Border Color

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

This div border color is #44006d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44006d

#44006d Color Palettes


Comments

No comments written yet.

Please login to write comment.