Color Hex Logo

#44538f Color Hex

#44538F
(68,83,143)
0 Favorites   0 Comments

Color spaces of #44538f

RGB 6883143
HSL0.630.360.41
HSV228°52°56°
CMYK 0.520.420.00   0.44
XYZ10.43519.398627.2507
Yxy9.39860.22160.1996
Hunter Lab30.65717.1080-31.2421
CIE-Lab36.740712.0871-35.1061

#44538f color RGB value is (68,83,143).

#44538f hex color red value is 68, green value is 83 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #44538f hue: 0.63 , saturation: 0.36 and the lightness value of 44538f is 0.41.

The process color (four color CMYK) of #44538f color hex is 0.52, 0.42, 0.00, 0.44. Web safe color of #44538f is #336699. Color #44538f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010011 10001111
Octal 104 123 217
Decimal 68 83 143
Hex 44 53 8F

RGB Percentages of Color #44538f

%23.13
%28.23
%48.64

CMYK Percentages of Color #44538f

%52
%42
%0
%44

Triadic Colors of #44538f

#44538f #8f4453 #538f44

Analogous Colors of #44538f

#44538f #5a448f #44798f

Monochromatic Colors of #44538f

#44538f

Complementary Color

#44538f #8f8044

#44538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44538f Color CSS Codes

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

#44538f Text Font Color

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

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


#44538f Background Color

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

This div background color is #44538f


#44538f Border Color

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

This div border color is #44538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44538f


Comments

No comments written yet.

Please login to write comment.