Color Hex Logo

#44347e Color Hex

#44347E
(68,52,126)
0 Favorites   0 Comments

Color spaces of #44347e

RGB 6852126
HSL0.700.420.35
HSV253°59°49°
CMYK 0.460.590.00   0.51
XYZ7.37785.191320.3518
Yxy5.19130.22410.1577
Hunter Lab22.784417.9272-37.0107
CIE-Lab27.273026.7665-39.7436

#44347e color RGB value is (68,52,126).

#44347e hex color red value is 68, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #44347e hue: 0.70 , saturation: 0.42 and the lightness value of 44347e is 0.35.

The process color (four color CMYK) of #44347e color hex is 0.46, 0.59, 0.00, 0.51. Web safe color of #44347e is #333366. Color #44347e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110100 01111110
Octal 104 64 176
Decimal 68 52 126
Hex 44 34 7E

RGB Percentages of Color #44347e

%27.64
%21.14
%51.22

CMYK Percentages of Color #44347e

%46
%59
%0
%51

Triadic Colors of #44347e

#44347e #7e4434 #347e44

Analogous Colors of #44347e

#44347e #69347e #34497e

Monochromatic Colors of #44347e

#44347e

Complementary Color

#44347e #6e7e34

#44347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44347e Color CSS Codes

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

#44347e Text Font Color

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

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


#44347e Background Color

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

This div background color is #44347e


#44347e Border Color

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

This div border color is #44347e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,52,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 #44347e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44347e


Comments

No comments written yet.

Please login to write comment.