Color Hex Logo

#44439e Color Hex

#44439E
(68,67,158)
0 Favorites   0 Comments

Color spaces of #44439e

RGB 6867158
HSL0.670.400.44
HSV241°58°62°
CMYK 0.570.580.00   0.38
XYZ10.56267.711933.2796
Yxy7.71190.20490.1496
Hunter Lab27.770319.2955-51.6132
CIE-Lab33.375527.5632-49.5910

#44439e color RGB value is (68,67,158).

#44439e hex color red value is 68, green value is 67 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #44439e hue: 0.67 , saturation: 0.40 and the lightness value of 44439e is 0.44.

The process color (four color CMYK) of #44439e color hex is 0.57, 0.58, 0.00, 0.38. Web safe color of #44439e is #333399. Color #44439e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000011 10011110
Octal 104 103 236
Decimal 68 67 158
Hex 44 43 9E

RGB Percentages of Color #44439e

%23.21
%22.87
%53.92

CMYK Percentages of Color #44439e

%57
%58
%0
%38

Triadic Colors of #44439e

#44439e #9e4443 #439e44

Analogous Colors of #44439e

#44439e #72439e #43709e

Monochromatic Colors of #44439e

#44439e

Complementary Color

#44439e #9d9e43

#44439e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44439e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44439e Color CSS Codes

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

#44439e Text Font Color

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

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


#44439e Background Color

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

This div background color is #44439e


#44439e Border Color

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

This div border color is #44439e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44439e


Comments

No comments written yet.

Please login to write comment.