Color Hex Logo

#44137d Color Hex

#44137D
(68,19,125)
0 Favorites   0 Comments

Color spaces of #44137d

RGB 6819125
HSL0.740.740.28
HSV268°85°49°
CMYK 0.460.850.00   0.51
XYZ6.31843.175419.6819
Yxy3.17540.21660.1088
Hunter Lab17.819732.1072-53.0124
CIE-Lab20.733144.2149-49.7505

#44137d color RGB value is (68,19,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 01111101
Octal 104 23 175
Decimal 68 19 125
Hex 44 13 7D

RGB Percentages of Color #44137d

%32.08
%8.96
%58.96

CMYK Percentages of Color #44137d

%46
%85
%0
%51

Triadic Colors of #44137d

#44137d #7d4413 #137d44

Analogous Colors of #44137d

#44137d #79137d #13177d

Monochromatic Colors of #44137d

#44137d

Complementary Color

#44137d #4c7d13

#44137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44137d Color CSS Codes

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

#44137d Text Font Color

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

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


#44137d Background Color

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

This div background color is #44137d


#44137d Border Color

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

This div border color is #44137d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44137d


Comments

No comments written yet.

Please login to write comment.