Color Hex Logo

#44899f Color Hex

#44899F
(68,137,159)
0 Favorites   0 Comments

Color spaces of #44899f

RGB 68137159
HSL0.540.400.45
HSV195°57°62°
CMYK 0.570.140.00   0.38
XYZ17.587621.623536.0477
Yxy21.62350.23370.2873
Hunter Lab46.5011-13.8648-13.4109
CIE-Lab53.6252-15.1867-18.3139

#44899f color RGB value is (68,137,159).

#44899f hex color red value is 68, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #44899f hue: 0.54 , saturation: 0.40 and the lightness value of 44899f is 0.45.

The process color (four color CMYK) of #44899f color hex is 0.57, 0.14, 0.00, 0.38. Web safe color of #44899f is #339999. Color #44899f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001001 10011111
Octal 104 211 237
Decimal 68 137 159
Hex 44 89 9F

RGB Percentages of Color #44899f

%18.68
%37.64
%43.68

CMYK Percentages of Color #44899f

%57
%14
%0
%38

Triadic Colors of #44899f

#44899f #9f4489 #899f44

Analogous Colors of #44899f

#44899f #445c9f #449f88

Monochromatic Colors of #44899f

#44899f

Complementary Color

#44899f #9f5a44

#44899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44899f Color CSS Codes

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

#44899f Text Font Color

<p style="color:#44899f">Text here</p>

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


#44899f Background Color

<div style="background-color:#44899f">
Div content here</div>

This div background color is #44899f


#44899f Border Color

<div style="border:3px solid #44899f">
Div here</div>

This div border color is #44899f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,137,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44899f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44899f;
  -webkit-box-shadow: 1px 1px 3px 2px #44899f;
  box-shadow:         1px 1px 3px 2px #44899f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44899f


Comments

No comments written yet.

Please login to write comment.