Color Hex Logo

#44426e Color Hex

#44426E
(68,66,110)
0 Favorites   0 Comments

Color spaces of #44426e

RGB 6866110
HSL0.670.250.35
HSV243°40°43°
CMYK 0.380.400.00   0.57
XYZ7.14666.251215.5818
Yxy6.25120.24660.2157
Hunter Lab25.00247.2676-19.4486
CIE-Lab30.037612.5984-25.2371

#44426e color RGB value is (68,66,110).

#44426e hex color red value is 68, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #44426e hue: 0.67 , saturation: 0.25 and the lightness value of 44426e is 0.35.

The process color (four color CMYK) of #44426e color hex is 0.38, 0.40, 0.00, 0.57. Web safe color of #44426e is #333366. Color #44426e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000010 01101110
Octal 104 102 156
Decimal 68 66 110
Hex 44 42 6E

RGB Percentages of Color #44426e

%27.87
%27.05
%45.08

CMYK Percentages of Color #44426e

%38
%40
%0
%57

Triadic Colors of #44426e

#44426e #6e4442 #426e44

Analogous Colors of #44426e

#44426e #5a426e #42566e

Monochromatic Colors of #44426e

#44426e

Complementary Color

#44426e #6c6e42

#44426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44426e Color CSS Codes

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

#44426e Text Font Color

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

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


#44426e Background Color

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

This div background color is #44426e


#44426e Border Color

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

This div border color is #44426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44426e


Comments

No comments written yet.

Please login to write comment.