Color Hex Logo

#44038b Color Hex

#44038B
(68,3,139)
0 Favorites   0 Comments

Color spaces of #44038b

RGB 683139
HSL0.750.960.28
HSV269°98°55°
CMYK 0.510.980.00   0.45
XYZ7.07673.158124.6627
Yxy3.15810.20280.0905
Hunter Lab17.771039.9821-69.8431
CIE-Lab20.666352.3017-58.6972

#44038b color RGB value is (68,3,139).

#44038b hex color red value is 68, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #44038b hue: 0.75 , saturation: 0.96 and the lightness value of 44038b is 0.28.

The process color (four color CMYK) of #44038b color hex is 0.51, 0.98, 0.00, 0.45. Web safe color of #44038b is #330099. Color #44038b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000011 10001011
Octal 104 3 213
Decimal 68 3 139
Hex 44 3 8B

RGB Percentages of Color #44038b

%32.38
%1.43
%66.19

CMYK Percentages of Color #44038b

%51
%98
%0
%45

Triadic Colors of #44038b

#44038b #8b4403 #038b44

Analogous Colors of #44038b

#44038b #88038b #03068b

Monochromatic Colors of #44038b

#44038b

Complementary Color

#44038b #4a8b03

#44038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#44038b Color CSS Codes

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

#44038b Text Font Color

<p style="color:#44038b">Text here</p>

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


#44038b Background Color

<div style="background-color:#44038b">
Div content here</div>

This div background color is #44038b


#44038b Border Color

<div style="border:3px solid #44038b">
Div here</div>

This div border color is #44038b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,3,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44038b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44038b;
  -webkit-box-shadow: 1px 1px 3px 2px #44038b;
  box-shadow:         1px 1px 3px 2px #44038b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44038b


Comments

No comments written yet.

Please login to write comment.