Color Hex Logo

#44137e Color Hex

#44137E
(68,19,126)
0 Favorites   0 Comments

Color spaces of #44137e

RGB 6819126
HSL0.740.740.28
HSV267°85°49°
CMYK 0.460.850.00   0.51
XYZ6.38273.201020.0201
Yxy3.20100.21560.1081
Hunter Lab17.891332.3697-53.8206
CIE-Lab20.831544.4753-50.2248

#44137e color RGB value is (68,19,126).

#44137e hex color red value is 68, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #44137e hue: 0.74 , saturation: 0.74 and the lightness value of 44137e is 0.28.

The process color (four color CMYK) of #44137e color hex is 0.46, 0.85, 0.00, 0.51. Web safe color of #44137e is #330066. Color #44137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 01111110
Octal 104 23 176
Decimal 68 19 126
Hex 44 13 7E

RGB Percentages of Color #44137e

%31.92
%8.92
%59.15

CMYK Percentages of Color #44137e

%46
%85
%0
%51

Triadic Colors of #44137e

#44137e #7e4413 #137e44

Analogous Colors of #44137e

#44137e #7a137e #13187e

Monochromatic Colors of #44137e

#44137e

Complementary Color

#44137e #4d7e13

#44137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44137e Color CSS Codes

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

#44137e Text Font Color

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

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


#44137e Background Color

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

This div background color is #44137e


#44137e Border Color

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

This div border color is #44137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44137e


Comments

No comments written yet.

Please login to write comment.