Color Hex Logo

#44148b Color Hex

#44148B
(68,20,139)
0 Favorites   0 Comments

Color spaces of #44148b

RGB 6820139
HSL0.730.750.31
HSV264°86°55°
CMYK 0.510.860.00   0.45
XYZ7.29433.593324.7352
Yxy3.59330.20480.1009
Hunter Lab18.956035.5141-64.0968
CIE-Lab22.278647.4863-56.0367

#44148b color RGB value is (68,20,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 10001011
Octal 104 24 213
Decimal 68 20 139
Hex 44 14 8B

RGB Percentages of Color #44148b

%29.96
%8.81
%61.23

CMYK Percentages of Color #44148b

%51
%86
%0
%45

Triadic Colors of #44148b

#44148b #8b4414 #148b44

Analogous Colors of #44148b

#44148b #80148b #14208b

Monochromatic Colors of #44148b

#44148b

Complementary Color

#44148b #5b8b14

#44148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#44148b Color CSS Codes

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

#44148b Text Font Color

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

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


#44148b Background Color

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

This div background color is #44148b


#44148b Border Color

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

This div border color is #44148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44148b


Comments

No comments written yet.

Please login to write comment.