Color Hex Logo

#44557e Color Hex

#44557E
(68,85,126)
0 Favorites   0 Comments

Color spaces of #44557e

RGB 6885126
HSL0.620.300.38
HSV222°46°49°
CMYK 0.460.330.00   0.51
XYZ9.39839.232321.0253
Yxy9.23230.23700.2328
Hunter Lab30.38472.0387-19.7576
CIE-Lab36.42785.2285-25.2072

#44557e color RGB value is (68,85,126).

#44557e hex color red value is 68, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #44557e hue: 0.62 , saturation: 0.30 and the lightness value of 44557e is 0.38.

The process color (four color CMYK) of #44557e color hex is 0.46, 0.33, 0.00, 0.51. Web safe color of #44557e is #336666. Color #44557e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010101 01111110
Octal 104 125 176
Decimal 68 85 126
Hex 44 55 7E

RGB Percentages of Color #44557e

%24.37
%30.47
%45.16

CMYK Percentages of Color #44557e

%46
%33
%0
%51

Triadic Colors of #44557e

#44557e #7e4455 #557e44

Analogous Colors of #44557e

#44557e #50447e #44727e

Monochromatic Colors of #44557e

#44557e

Complementary Color

#44557e #7e6d44

#44557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44557e Color CSS Codes

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

#44557e Text Font Color

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

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


#44557e Background Color

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

This div background color is #44557e


#44557e Border Color

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

This div border color is #44557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44557e


Comments

No comments written yet.

Please login to write comment.