Color Hex Logo

#44328d Color Hex

#44328D
(68,50,141)
0 Favorites   0 Comments

Color spaces of #44328d

RGB 6850141
HSL0.700.480.37
HSV252°65°55°
CMYK 0.520.650.00   0.45
XYZ8.33225.433225.8089
Yxy5.43320.21050.1373
Hunter Lab23.309223.0161-49.3318
CIE-Lab27.934932.7399-48.0252

#44328d color RGB value is (68,50,141).

#44328d hex color red value is 68, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #44328d hue: 0.70 , saturation: 0.48 and the lightness value of 44328d is 0.37.

The process color (four color CMYK) of #44328d color hex is 0.52, 0.65, 0.00, 0.45. Web safe color of #44328d is #333399. Color #44328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110010 10001101
Octal 104 62 215
Decimal 68 50 141
Hex 44 32 8D

RGB Percentages of Color #44328d

%26.25
%19.31
%54.44

CMYK Percentages of Color #44328d

%52
%65
%0
%45

Triadic Colors of #44328d

#44328d #8d4432 #328d44

Analogous Colors of #44328d

#44328d #72328d #324e8d

Monochromatic Colors of #44328d

#44328d

Complementary Color

#44328d #7b8d32

#44328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44328d Color CSS Codes

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

#44328d Text Font Color

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

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


#44328d Background Color

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

This div background color is #44328d


#44328d Border Color

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

This div border color is #44328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44328d


Comments

No comments written yet.

Please login to write comment.